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

View file

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

View file

@ -53,8 +53,8 @@
ws-icon-1 = terminal; ws-icon-1 = terminal;
ws-icon-2 = voip; ws-icon-2 = voip;
ws-icon-3 = messenger; ws-icon-3 = messenger;
ws-icon-4 = game; ws-icon-4 = focus;
ws-icon-5 = side-view; ws-icon-5 = side-view;
ws-icon-default = ws-icon-default =
enable-scroll = false enable-scroll = false

View file

@ -130,7 +130,7 @@ super + {o,i}
super + {_,shift + }{1-9,0} super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}' bspc {desktop -f,node -d} '^{1-9,10}'
super + {_,shift + } dead_circumflex super + {_,shift + } dead_circumflex
bspc {desktop -f,node -d} 'game' bspc {desktop -f,node -d} 'focus'
# #
# preselect # preselect