add: sticky-notes and bspwm scripts

This commit is contained in:
Tobias Reisinger 2020-06-30 18:36:28 +02:00
parent 212028fcd0
commit d0a680305c
6 changed files with 146 additions and 6 deletions

View file

@ -8,7 +8,7 @@ if [[ $host_name == "portalo" ]]; then
bspc monitor DVI-D-1 -d side-view voip messenger
bspc desktop ^7 --layout monocle
bspc desktop ^9 --layout monocle
#bspc desktop ^9 --layout monocle
bspc desktop ^10 --layout monocle
elif [[ $host_name == *"laptop"* ]]; then
bspc monitor eDP1 -d web terminal 3 4 5 6 7 8 9 10
@ -27,15 +27,22 @@ bspc config gapless_monocle true
bspc config focus_follows_pointer true
bspc config automatic_scheme alternate
bspc config external_rules_command "$HOME/.config/bspwm/external_rules"
bspc rule -a 'firefox' desktop='web'
bspc rule -a 'firefox:Toolkit' follow='true' desktop='side-view' state='fullscreen'
bspc rule -a 'TeamSpeak 3' desktop='voip'
bspc rule -a 'TeamSpeak 3' desktop='voip' locked='true'
bspc rule -a 'Alacritty:mail' desktop='voip' locked='true' split_ratio='0.47'
bspc rule -a 'Riot' desktop='voip' locked='true'
bspc rule -a 'discord' desktop='voip'
bspc rule -a 'Evolution' desktop='messenger'
bspc rule -a 'Riot' desktop='messenger'
bspc rule -a 'Signal' desktop='messenger' follow='true'
bspc rule -a 'Steam' desktop='game'
bspc rule -a 'Signal' desktop='messenger' locked='true'
#bspc rule -a 'Steam' desktop='game'
bspc rule -a 'Zathura' state='tiled'
bspc rule -a 'Alacritty' desktop='messenger'
bspc rule -a 'Guitarix:guitarix' desktop='messenger'
bspc rule -a 'Alacritty:sticky-note' state=floating sticky=on border=off
$HOME/.config/polybar/launch.sh &
$HOME/.config/bspwm/swallow.py &