mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
19 lines
566 B
Bash
19 lines
566 B
Bash
# $DOTFILES/platforms/mac/skhdrc
|
|
# Date: 2024-11-30
|
|
# Author: js0ny
|
|
|
|
# Location: $XDG_CONFIG_HOME/skhd/skhdrc
|
|
# Linking:
|
|
# ln -sf $DOTFILES/platforms/mac/skhdrc $XDG_CONFIG_HOME/skhd/skhdrc
|
|
|
|
# Navigation
|
|
alt - h : yabai -m window --focus west
|
|
alt - n : yabai -m window --focus south
|
|
alt - e : yabai -m window --focus north
|
|
alt - i : yabai -m window --focus east
|
|
|
|
# Moving windows
|
|
shift + alt - h : yabai -m window --warp west
|
|
shift + alt - n : yabai -m window --warp south
|
|
shift + alt - e : yabai -m window --warp north
|
|
shift + alt - i : yabai -m window --warp east
|