bpswm: Fix monitor assignments

This commit is contained in:
Salt 2020-06-29 11:36:13 -05:00
parent 997e37864a
commit 4a37fee983

View File

@ -15,7 +15,7 @@ setmon() {
;;
esac
desktops_total=10
desktops_primary=6
desktops_primary=8
desktops_secondary=$(( desktops_total - desktops_primary ))
monitor_primary="$(xrandr -q | awk '/primary/{print $1}')"
@ -80,10 +80,10 @@ bspc config presel_feedback_color "#eff0f1" #???
## Rules
bspc rule -r '*'
bspc rule -a Riot desktop=7
bspc rule -a discord desktop=7
bspc rule -a spotify desktop=8
bspc rule -a cantata desktop=8
bspc rule -a Riot desktop=9
bspc rule -a discord desktop=9
bspc rule -a spotify desktop=10
bspc rule -a cantata desktop=10
bspc rule -a 'Minecraft 1.7.10' state=fullscreen
# For fullscreen Wine
bspc rule -a explorer.exe state=fullscreen