fix window border inconsistencies
across monitors, there an active monitor for each one. now, there's only one active monitor displayed.
This commit is contained in:
parent
ffc00b80b8
commit
fa92bbee83
|
@ -14,7 +14,7 @@ bspc rule -a steam desktop=1
|
|||
bspc rule -a discord desktop=2
|
||||
|
||||
bspc config normal_border_color "#161510"
|
||||
bspc config active_border_color "#727A18"
|
||||
bspc config active_border_color "#161510"
|
||||
bspc config focused_border_color "#727A18"
|
||||
|
||||
bspc config pointer_follows_focus true
|
||||
|
|
Loading…
Reference in New Issue