From db6a8d244af48bfb02fe6da207cec1c4e996f2c8 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sun, 31 Jan 2021 20:47:04 +0100 Subject: [PATCH] skhd: changed shortcut for switching spaces from alt to ctrl + alt. --- .config/skhd/skhdrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/skhd/skhdrc b/.config/skhd/skhdrc index 43bded3..343bbb1 100644 --- a/.config/skhd/skhdrc +++ b/.config/skhd/skhdrc @@ -19,14 +19,14 @@ meh + cmd - up : yabai -m window --focus north meh + cmd - down : yabai -m window --focus south # focus spaces -alt - 1 : yabai -m space --focus 1 -alt - 2 : yabai -m space --focus 2 -alt - 3 : yabai -m space --focus 3 -alt - 4 : yabai -m space --focus 4 -alt - 5 : yabai -m space --focus 5 -alt - 6 : yabai -m space --focus 6 -alt - 7 : yabai -m space --focus 7 -alt - 8 : yabai -m space --focus 8 +ctrl + alt - 1 : yabai -m space --focus 1 +ctrl + alt - 2 : yabai -m space --focus 2 +ctrl + alt - 3 : yabai -m space --focus 3 +ctrl + alt - 4 : yabai -m space --focus 4 +ctrl + alt - 5 : yabai -m space --focus 5 +ctrl + alt - 6 : yabai -m space --focus 6 +ctrl + alt - 7 : yabai -m space --focus 7 +ctrl + alt - 8 : yabai -m space --focus 8 # move window to space shift + alt - 1 : yabai -m window --space 1 @@ -39,4 +39,4 @@ shift + alt - 7 : yabai -m window --space 7 shift + alt - 8 : yabai -m window --space 8 # restart yabai and skhd -ctrl + alt + cmd - r : launchctl kickstart -k "gui/${UID}/homebrew.mxcl.yabai" && launchctl kickstart -k "gui/${UID}/homebrew.mxcl.skhd" \ No newline at end of file +ctrl + alt + cmd - r : launchctl kickstart -k "gui/${UID}/homebrew.mxcl.yabai" && launchctl kickstart -k "gui/${UID}/homebrew.mxcl.skhd"