From 975cf91c1c25b585bc4f9345ce4b3e759f0b8908 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 23 Sep 2019 21:52:02 -0400 Subject: [PATCH] Capslock made to be super key --- i3/desktop.conf | 3 --- i3/shared.conf | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i3/desktop.conf b/i3/desktop.conf index c960902..847199a 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -25,9 +25,6 @@ set $g13 G13 Profile: [1] Overwatch [2] Resolve bindsym $mod+F1 mode "$g13" exec_always --no-startup-id g13d --config ~/.config/g13/resolve.bind --logo ~/.config/g13/resolve.lpbm & -# Set caps lock key to super -exec_always --no-startup-id setxkbmap -option 'caps:super' - # Starts Jack for audio exec --no-startup-id sh ~/.config/scripts/system-start-audio.sh diff --git a/i3/shared.conf b/i3/shared.conf index 731c319..a11cc73 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -153,6 +153,9 @@ mode "resize" { bindsym $mod+r mode "resize" +# Set caps lock key to super +exec_always --no-startup-id setxkbmap -option 'caps:super' + # Startup scripts exec --no-startup-id sh ~/.config/scripts/connect-nas.sh