Update .config

This commit is contained in:
Santiago Lo Coco 2024-04-06 12:58:52 +02:00
parent 6f0e376c92
commit 0ae3a3ae79
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/bin/bash
options=(
style=round
width=3.0
hidpi=off
#active_color=0xffe2e2e3
#inactive_color=0xff414550
active_color=0xc0e2e2e3
inactive_color=0xc02c2e34
)
borders "${options[@]}"

View File

@ -61,3 +61,5 @@ yabai -m rule --add title='scratchpad' sub-layer=above space=10 grid=4:4:1:1:2:2
/Users/slococo/.local/bin/open.sh &
/Users/slococo/.local/bin/doNotCharge.sh &
borders &