fix sketchybar config with yabai

This commit is contained in:
Jacob Janzen 2024-08-16 09:20:09 -05:00
parent f4f87cf6a1
commit 0b421c8fc6
2 changed files with 6 additions and 1 deletions

View file

@ -17,7 +17,7 @@ Add keybinding for opening an app launcher.
Add keybinding for reloading the configuration.
#+begin_src conf :tangle ~/.config/skhd/skhdrc :mkdirp yes
cmd + shift - c : yabai --restart-service && skhd --restart-service
cmd + shift - c : yabai --restart-service && skhd --restart-service && brew services restart sketchybar
#+end_src
Change focus keybindings.

View file

@ -61,3 +61,8 @@ Don't manage some apps.
yabai -m rule --add app="^System Settings$" manage=off
yabai -m rule --add app="^Calculator$" manage=off
#+end_src
Make windows management aware of SketchyBar.
#+begin_src sh :tangle ~/.config/yabai/yabairc :mkdirp yes
yabai -m config external_bar all:$(sketchybar --query bar | jq .height):0
#+end_src