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 &