feat: add custom colors for borders
This commit is contained in:
parent
323ba1e6f3
commit
7d8811d7ae
|
@ -20,9 +20,14 @@ bspc config pointer_action3 resize_corner
|
|||
|
||||
bspc rule -a scratch sticky=on state=floating focus=on
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
bspc config split_ratio 0.52
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
bspc config active_border_color "#ABC2AB"
|
||||
bspc config normal_border_color "#478061"
|
||||
bspc config urgent_border_color "#B58900"
|
||||
bspc config presel_border_color "#26E2FF"
|
||||
|
||||
bash $HOME/.config/polybar/launch.sh &
|
||||
sxhkd &
|
||||
|
|
Loading…
Reference in New Issue