Created
December 12, 2024 15:18
-
-
Save abbood/d44f4d6ddb274b54bcc0cdb341395c39 to your computer and use it in GitHub Desktop.
skhd setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# move window to prev and next space | |
#shift + alt - p : yabai -m window --space prev; | |
#shift + alt - n : yabai -m window --space next; | |
shift + alt - n : ~/scripts/clear_space0.sh; | |
ctrl + alt - right : yabai -m display --focus 1 | |
ctrl + alt - left : yabai -m display --focus 2 | |
# move currently focused window to next space | |
alt + cmd - right : yabai -m window --space next | |
alt + cmd - left : yabai -m window --space prev | |
#alt + cmd - j : ~/scripts/cycle_clockwise.sh | |
#alt + cmd - k : ~/scripts/cycle_counterclockwise.sh | |
# move window to space # | |
shift + alt - 1 : yabai -m window --space 1; | |
shift + alt - 2 : yabai -m window --space 2; | |
shift + alt - 3 : yabai -m window --space 3; | |
shift + alt - 4 : yabai -m window --space 4; | |
shift + alt - 5 : yabai -m window --space 5; | |
shift + alt - 6 : yabai -m window --space 6; | |
shift + alt - 7 : yabai -m window --space 7; | |
# Cycle focus between windows in the current space | |
# Cycle focus between windows across all spaces | |
#shift + alt - j : yabai -m window --focus prev || yabai -m space --focus prev | |
#shift + alt - k : yabai -m window --focus next || yabai -m space --focus next | |
ctrl + alt - b : toggle-borders.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment