Rename "game" workspace to "focus"
This commit is contained in:
parent
6ed5a1c5b4
commit
9f68b7bcee
3 changed files with 6 additions and 6 deletions
|
@ -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'
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
ws-icon-1 = terminal;
|
||||
ws-icon-2 = voip;
|
||||
ws-icon-3 = messenger;
|
||||
ws-icon-4 = game;
|
||||
ws-icon-5 = side-view;
|
||||
ws-icon-4 = focus;
|
||||
ws-icon-5 = side-view;
|
||||
ws-icon-default =
|
||||
|
||||
enable-scroll = false
|
||||
|
|
|
@ -130,7 +130,7 @@ super + {o,i}
|
|||
super + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
super + {_,shift + } dead_circumflex
|
||||
bspc {desktop -f,node -d} 'game'
|
||||
bspc {desktop -f,node -d} 'focus'
|
||||
|
||||
#
|
||||
# preselect
|
||||
|
|
Loading…
Reference in a new issue