dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 79cc696087537b65b9eb10a64f1ae057face99cb
parent a78f2f6baf73e56da6cea434dd7830f6a8ad5428
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 25 Jan 2022 09:51:53 -0800

X11: map right alt key to compose key

This makes it easy to compose accented characters such as é by pressing
AltGr + ' + e, etc.

Diffstat:
M.Xmodmap | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.Xmodmap b/.Xmodmap @@ -1 +1,2 @@ +keycode 108 = Multi_key Alt_R Meta_R Alt_R Meta_R pointer = 1 2 3 5 4 6 7 8 9 10 11 12