Change bspwm colors
This commit is contained in:
parent
afe58a5677
commit
5beff9732c
|
@ -22,8 +22,9 @@ bspc monitor DP-4 -d browser2 comm music server misc tmp
|
||||||
|
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
bspc config window_gap 18
|
bspc config window_gap 18
|
||||||
bspc config normal_border_color '#76573A'
|
bspc config normal_border_color '#21201E'
|
||||||
bspc config focused_border_color '#B43F1C'
|
bspc config active_border_color '#21201E'
|
||||||
|
bspc config focused_border_color '#76573A'
|
||||||
|
|
||||||
bspc config split_ratio 0.5
|
bspc config split_ratio 0.5
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
|
@ -48,7 +49,7 @@ bspc rule -a discord state=tiled desktop=comm
|
||||||
|
|
||||||
# -------------------------------------- Steam => Workspace Game
|
# -------------------------------------- Steam => Workspace Game
|
||||||
bspc rule -a Steam state=tiled desktop=game
|
bspc rule -a Steam state=tiled desktop=game
|
||||||
bspc rule -a 'Steam:*:Friends List' split_ratio=0.3
|
bspc rule -a 'Steam:Friends List' split_ratio=0.3
|
||||||
|
|
||||||
# ------------------------------------- Coding => Workspace Code
|
# ------------------------------------- Coding => Workspace Code
|
||||||
bspc rule -a "code - oss" state=tiled desktop=code
|
bspc rule -a "code - oss" state=tiled desktop=code
|
||||||
|
|
Loading…
Reference in New Issue