From 7a9a3fb6749e426da2af28261fe827785b1ce3cc Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Wed, 9 Dec 2015 22:52:41 +0200 Subject: [PATCH] updated window rules for chromium and steam --- .config/bspwm/bspwmrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 3ef9e2f..50d1416 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # bspwm config bspc config border_width 2 @@ -8,18 +8,19 @@ bspc config split_ratio 0.50 bspc config borderless_monocle true bspc config gapless_monocle true bspc config focus_by_distance true +bspc config ignore_ewmh_focus true bspc config auto_cancel true # color bspc config focused_border_color "#517ba2" # desktops -bspc monitor DVI-D-0 -d term misc -bspc monitor HDMI-0 -d web games +bspc monitor DVI-I-1 -d web games +bspc monitor HDMI-0 -d term misc # application rules -bspc rule -a Chromium desktop=web -bspc rule -a Steam desktop=games +bspc rule -a chromium desktop=web +bspc rule -a Steam follow=off border=off desktop=games # hotkey daemon sxhkd &