Rename "game" workspace to "focus"

This commit is contained in:
Tobias Reisinger 2021-09-13 17:31:01 +02:00
parent 6ed5a1c5b4
commit 9f68b7bcee
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 6 additions and 6 deletions
.config/bspwm

View file

@ -14,7 +14,7 @@ if [[ $host_name == "portalo" ]]; then
#primary="HDMI-A-0"
#secondary="DVI-D-0"
bspc monitor $MONITOR_PRIMARY -d web terminal 3 4 5 6 game
bspc monitor $MONITOR_PRIMARY -d web terminal 3 4 5 6 focus
bspc monitor $MONITOR_SECONDARY -d side-view voip messenger
sleep 1
@ -37,7 +37,7 @@ else
fi
bspc desktop web --layout monocle
bspc desktop game --layout monocle
bspc desktop focus --layout monocle
bspc desktop side-view --layout monocle
bspc config border_width 1
@ -74,7 +74,7 @@ bspc rule -a 'Element' desktop='voip' locked='true'
bspc rule -a 'Element (Riot)' desktop='voip' locked='true'
bspc rule -a 'discord' desktop='voip'
bspc rule -a 'Evolution' desktop='messenger'
#bspc rule -a 'Steam' desktop='game'
#bspc rule -a 'Steam' desktop='focus'
bspc rule -a 'Zathura' state='tiled'
bspc rule -a 'sticky-note:sticky-note' state='floating' sticky='on' border='off'
bspc rule -a 'Xarchiver' state='floating'