Skip to content

Commit

Permalink
chore: cycle swap
Browse files Browse the repository at this point in the history
  • Loading branch information
heypoom committed Aug 14, 2023
1 parent 73b06b7 commit 47c67a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/dot_skhdrc
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ ctrl + alt - right: yabai -m window --warp east
ctrl + alt - up: yabai -m window --warp north
ctrl + alt - down: yabai -m window --warp south

# Focus window up/down in stack
ctrl - n: yabai -m window --focus stack.next
# Focus window up/down in stack
ctrl - p: yabai -m window --focus stack.prev

# Add the active window to the window or stack to the {direction}
Expand All @@ -95,10 +95,10 @@ cmd + ctrl - up: yabai -m window north --stack $(yabai -m query --windows --wind
cmd + ctrl - right: yabai -m window east --stack $(yabai -m query --windows --window | jq -r '.id')

# Cycle focus the window
# alt - x: yabai -m window --focus next || yabai -m window --focus first
alt - x: yabai -m window --focus next || yabai -m window --focus first

# Cycle swap the window
# alt - c: yabai -m window --swap next || yabai -m window --swap first
alt - c: yabai -m window --swap next || yabai -m window --swap first

# ################################################################ #
# THE FOLLOWING IS AN EXPLANATION OF THE GRAMMAR THAT SKHD PARSES. #
Expand Down

0 comments on commit 47c67a8

Please sign in to comment.