skhd: changed shortcut for switching spaces from alt to ctrl + alt.

This commit is contained in:
Christian Baer 2021-01-31 20:47:04 +01:00
parent 5f86ec90d5
commit db6a8d244a

View File

@ -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"
ctrl + alt + cmd - r : launchctl kickstart -k "gui/${UID}/homebrew.mxcl.yabai" && launchctl kickstart -k "gui/${UID}/homebrew.mxcl.skhd"