bspwm: Add color
This commit is contained in:
parent
79290ebf9c
commit
8b665347cf
@ -59,7 +59,14 @@ bspc config window_gap 4
|
|||||||
bspc config split_ratio 0.52
|
bspc config split_ratio 0.52
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
bspc config gapless_monocle true
|
bspc config gapless_monocle true
|
||||||
|
bspc focus_follows_pointer true
|
||||||
|
|
||||||
|
bspc config active_border_color "#8ec07c"
|
||||||
|
bspc config focused_border_color "#689d6a"
|
||||||
|
bspc config presel_border_color "#d3869b"
|
||||||
|
bspc config normal_border_color "#1d2021"
|
||||||
|
bspc config urgent_border_color "#fabd2f"
|
||||||
|
|
||||||
## bspwm WINDOW RULES
|
## bspwm WINDOW RULES
|
||||||
# TODO: Make loads of awesome window rules
|
bspc rule -a Firefox desktop=^0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user