mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-14 11:09:30 +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 \
|
||||
${HOME}/.skhdrc
|
||||
|
||||
_brew_tap koekeishiya/formulae
|
||||
_brew yabai
|
||||
_brew koekeishiya/formulae/yabai
|
||||
|
||||
_brew koekeishiya/formulae/skhd
|
||||
# Use launchd directly rather than brew services so we can configure
|
||||
# the shell to use bash. There is a significant delay when using zsh
|
||||
# Use launchd directly so we can configure the shell to use bash (uses a custom
|
||||
# plist in ../Library/LaunchAgents). There is a significant delay when using zsh
|
||||
# (my preferred default).
|
||||
_launchd com.koekeishiya.skhd
|
||||
|
||||
brew services start yabai
|
||||
skhd --start-service
|
||||
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
|
||||
# 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
|
||||
ctrl + alt - a : yabai -m space --layout bsp
|
||||
|
|
Loading…
Reference in a new issue