bspwm: configure claws rules and autostart
parent
05bc8f13f9
commit
21c8df090f
|
@ -28,7 +28,8 @@ bspc config presel_feedback_color \#cba6f7
|
|||
bspc rule -a discord -o node=@^1:^1:/2 desktop='1' follow=off focus=off
|
||||
bspc rule -a Element -o node=@^1:^1:/1 desktop='1'
|
||||
bspc rule -a TelegramDesktop -o node=@^1:^1:/1 desktop='1'
|
||||
bspc rule -a firefox desktop='6' state=tiled follow=off
|
||||
bspc rule -a firefox desktop='6' follow=off
|
||||
bspc rule -a Claws-mail desktop='7' follow=off
|
||||
bspc rule -a REAPER desktop='10' follow=off
|
||||
|
||||
# floating windows
|
||||
|
@ -52,4 +53,5 @@ if [ ! -f /tmp/startup.lock ]; then
|
|||
discord-canary &
|
||||
|
||||
firefox &
|
||||
claws-mail &
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue