fix. minor tweaks to bspwm rules
This commit is contained in:
parent
55610d303e
commit
7dbaaf6ad7
1 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,7 @@ bspc rule -a 'firefox' desktop='web'
|
||||||
bspc rule -a 'firefox:Toolkit' follow='true' desktop='side-view' state='fullscreen'
|
bspc rule -a 'firefox:Toolkit' follow='true' desktop='side-view' state='fullscreen'
|
||||||
bspc rule -a 'MPlayer' follow='true' desktop='side-view' state='fullscreen'
|
bspc rule -a 'MPlayer' follow='true' desktop='side-view' state='fullscreen'
|
||||||
bspc rule -a 'TeamSpeak 3' desktop='voip' locked='true'
|
bspc rule -a 'TeamSpeak 3' desktop='voip' locked='true'
|
||||||
bspc rule -a 'Alacritty:mail' desktop='voip' locked='true' split_ratio='0.40'
|
bspc rule -a 'Alacritty:mail' desktop='voip' locked='true'
|
||||||
bspc rule -a 'Element' desktop='voip' locked='true'
|
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'
|
||||||
|
@ -44,7 +44,8 @@ bspc rule -a 'Signal' desktop='messenger' locked='true'
|
||||||
#bspc rule -a 'Steam' desktop='game'
|
#bspc rule -a 'Steam' desktop='game'
|
||||||
bspc rule -a 'Zathura' state='tiled'
|
bspc rule -a 'Zathura' state='tiled'
|
||||||
bspc rule -a 'Guitarix:guitarix' desktop='messenger'
|
bspc rule -a 'Guitarix:guitarix' desktop='messenger'
|
||||||
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'
|
||||||
|
|
||||||
$HOME/.config/polybar/launch.sh &
|
$HOME/.config/polybar/launch.sh &
|
||||||
$HOME/.config/bspwm/swallow.py &
|
$HOME/.config/bspwm/swallow.py &
|
||||||
|
|
Loading…
Reference in a new issue