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