Set right win as compose key
This commit is contained in:
parent
082103bd37
commit
d61c485906
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue