From 0bf8528f48434c7a52cd8ad20d096f7ec7ff9d8a Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Sun, 1 Nov 2015 11:41:02 +0200 Subject: [PATCH] fixed monitor assignment --- .config/bspwm/bspwmrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index c3a9ef0..3ef9e2f 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # bspwm config bspc config border_width 2 @@ -11,10 +11,11 @@ bspc config focus_by_distance true bspc config auto_cancel true # color -#bspc config focused_border_color "#517ba2" +bspc config focused_border_color "#517ba2" # 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 bspc rule -a Chromium desktop=web