commit 1fe68fa657447332bc68314ff8c73dfb177dd579 parent d90ae49998b4d5226a2e779de3165e647d37ea78 Author: Jake Bauer <jbauer@paritybit.ca> Date: Sat, 11 Jul 2020 23:49:53 -0400 Switch compose key to capslock Diffstat:
M | .config/X11/xinitrc | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.config/X11/xinitrc b/.config/X11/xinitrc @@ -6,10 +6,8 @@ xrdb -load $XDG_CONFIG_HOME/X11/Xresources # Start SSH Agent (with environment variables) eval "$(ssh-agent -s)" -# Set R-Alt to be compose key -setxkbmap -option "compose:ralt" -# Set Capslock key to Escape; Shift + Capslock will do regular Capslock -setxkbmap -option "caps:escape_shifted_capslock" +# Set caps lock to be compose key +setxkbmap -option "compose:caps" # Set default cursor shape to "regular" mouse cursor xsetroot -cursor_name left_ptr &