Compare commits
No commits in common. "9d344a326404811427d1d483999fddcc9b217f06" and "c40452092100931c0889461675a445c6bccb43a2" have entirely different histories.
9d344a3264
...
c404520921
1 changed files with 6 additions and 6 deletions
|
|
@ -5,10 +5,9 @@ yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
|
|||
sudo yabai --load-sa
|
||||
|
||||
# Sketchybar Intergration
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
if command -v "sketchybar"; then
|
||||
if [ -f "/opt/homebrew/bin/sketchybar" ]; then
|
||||
yabai -m config menubar_opacity 0.0
|
||||
sketchybar &
|
||||
/opt/homebrew/bin/sketchybar & disown
|
||||
yabai -m signal --remove "sketchybar_space_change" 2>/dev/null
|
||||
yabai -m signal --remove "sketchybar_front_app" 2>/dev/null
|
||||
|
||||
|
|
@ -18,9 +17,10 @@ if command -v "sketchybar"; then
|
|||
fi
|
||||
|
||||
# autostart
|
||||
borders active_color=0xfff74f9e inactive_color=0xffffa8f1 width=6.0 &
|
||||
sh ~/.cache/matugen-jankyborders.sh &
|
||||
skhd &
|
||||
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
|
||||
|
||||
# space labels
|
||||
yabai -m space 1 --label browser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue