From d680b49bdde1d99e9ab2cb2cdb790d7fb2cc169d Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Tue, 2 May 2017 13:54:02 +0200 Subject: [PATCH] changed order of work spaces and added compton --- bspwm/bspwmrc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 420079b..b9931ba 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -22,11 +22,11 @@ if [ ${#monitors[@]} -eq 2 ]; then bspc monitor ${monitors[0]} -d web games bspc monitor ${monitors[1]} -d term misc else - bspc monitor -d term web games misc + bspc monitor -d web term games misc fi # application rules -bspc rule -a Opera desktop=web +bspc rule -a Chromium desktop=web bspc rule -a Steam follow=off state=floating desktop=games bspc rule -a Galculator state=floating bspc rule -a RocketLeague border=off @@ -34,6 +34,10 @@ bspc rule -a Nvidia-settings state=floating bspc rule -a obs state=floating bspc rule -a Pavucontrol state=floating bspc rule -a "TeamSpeak 3" state=floating +bspc rule -a Nitrogen state=floating + +# compositor +compton -b # restore wallpaper nitrogen --restore @@ -44,5 +48,5 @@ nitrogen --restore # hotkey daemon sxhkd & -# run notification server +# desktop notifications dunst &