fixed monitor assignment
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# bspwm config
|
# bspwm config
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
@@ -11,10 +11,11 @@ bspc config focus_by_distance true
|
|||||||
bspc config auto_cancel true
|
bspc config auto_cancel true
|
||||||
|
|
||||||
# color
|
# color
|
||||||
#bspc config focused_border_color "#517ba2"
|
bspc config focused_border_color "#517ba2"
|
||||||
|
|
||||||
# desktops
|
# desktops
|
||||||
bspc monitor -d term web games misc
|
bspc monitor DVI-D-0 -d term misc
|
||||||
|
bspc monitor HDMI-0 -d web games
|
||||||
|
|
||||||
# application rules
|
# application rules
|
||||||
bspc rule -a Chromium desktop=web
|
bspc rule -a Chromium desktop=web
|
||||||
|
|||||||
Reference in New Issue
Block a user