yabai: grab homebrew paths earlier in file
This commit is contained in:
parent
c404520921
commit
2ba51131a3
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,10 @@ yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
|
|||
sudo yabai --load-sa
|
||||
|
||||
# Sketchybar Intergration
|
||||
if [ -f "/opt/homebrew/bin/sketchybar" ]; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
if command -v "sketchybar"; then
|
||||
yabai -m config menubar_opacity 0.0
|
||||
/opt/homebrew/bin/sketchybar & disown
|
||||
sketchybar & disown
|
||||
yabai -m signal --remove "sketchybar_space_change" 2>/dev/null
|
||||
yabai -m signal --remove "sketchybar_front_app" 2>/dev/null
|
||||
|
||||
|
|
@ -17,7 +18,6 @@ if [ -f "/opt/homebrew/bin/sketchybar" ]; then
|
|||
fi
|
||||
|
||||
# autostart
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
borders active_color=0xfff74f9e inactive_color=0xffffa8f1 width=6.0 & disown
|
||||
sh ~/.cache/matugen-jankyborders.sh & disown
|
||||
skhd & disown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue