Set right win as compose key

This commit is contained in:
dbroqua 2020-11-17 14:54:54 +01:00
parent 082103bd37
commit d61c485906

View File

@ -27,7 +27,10 @@ fi
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR:-/run/user/$(id -u)}/openssh_agent"
# QMK HHKB
setxkbmap -option compose:rctrl
# True HHKB
setxkbmap -option compose:rwin
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"