fixed monitor assignment

This commit is contained in:
Deon Spengler
2015-11-01 11:41:02 +02:00
parent c0947dd02c
commit 0bf8528f48

View File

@@ -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