From d61c485906fcd4a9e4e25e3a0039b8a0c9a296f8 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 17 Nov 2020 14:54:54 +0100 Subject: [PATCH] Set right win as compose key --- dotfiles/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/profile b/dotfiles/profile index f7cc306..a835bb0 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -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"