mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-23 11:09:50 +00:00
[provisioning] Update yabai recipe
This commit is contained in:
parent
425dbb6795
commit
3a2052d7de
3 changed files with 6 additions and 7 deletions
Binary file not shown.
|
@ -11,13 +11,12 @@ _link ${HOME}/dotfiles/yabai/.yabairc \
|
||||||
_link ${HOME}/dotfiles/yabai/.skhdrc \
|
_link ${HOME}/dotfiles/yabai/.skhdrc \
|
||||||
${HOME}/.skhdrc
|
${HOME}/.skhdrc
|
||||||
|
|
||||||
_brew_tap koekeishiya/formulae
|
_brew koekeishiya/formulae/yabai
|
||||||
_brew yabai
|
|
||||||
|
|
||||||
_brew koekeishiya/formulae/skhd
|
_brew koekeishiya/formulae/skhd
|
||||||
# Use launchd directly rather than brew services so we can configure
|
# Use launchd directly so we can configure the shell to use bash (uses a custom
|
||||||
# the shell to use bash. There is a significant delay when using zsh
|
# plist in ../Library/LaunchAgents). There is a significant delay when using zsh
|
||||||
# (my preferred default).
|
# (my preferred default).
|
||||||
_launchd com.koekeishiya.skhd
|
_launchd com.koekeishiya.skhd
|
||||||
|
skhd --start-service
|
||||||
brew services start yabai
|
yabai --start-service
|
||||||
|
|
|
@ -152,7 +152,7 @@ shift + alt - t : yabai -m window --toggle float;\
|
||||||
|
|
||||||
# toggle sticky, float and resize to picture-in-picture size
|
# toggle sticky, float and resize to picture-in-picture size
|
||||||
# alt - p : yabai -m window --toggle sticky;\
|
# alt - p : yabai -m window --toggle sticky;\
|
||||||
yabai -m window --grid 5:5:4:0:1:1
|
# yabai -m window --grid 5:5:4:0:1:1
|
||||||
|
|
||||||
# change layout of desktop
|
# change layout of desktop
|
||||||
ctrl + alt - a : yabai -m space --layout bsp
|
ctrl + alt - a : yabai -m space --layout bsp
|
||||||
|
|
Loading…
Reference in a new issue