dotfiles/config/bspwm/bspwmrc

54 lines
1.8 KiB
Text
Raw Normal View History

2021-12-30 18:12:27 -05:00
#!/bin/bash
bspc monitor DP-0 -d 1 2 3 4 5
bspc monitor DVI-I-1 -d 6 7 8 9 10
bspc config border_width 2
bspc config window_gap 10
bspc config top_padding 0
bspc config bottom_padding 32
bspc config split_ratio 0.50
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc rule -a Galculator state=floating
bspc rule -a vlc state=floating
bspc rule -a blueman-manager state=floating
bspc rule -a Bitwarden state=floating
bspc rule -a Leafpad state=floating
2022-01-19 15:39:09 -05:00
bspc rule -a KeePassXC state=floating
2021-12-30 18:12:27 -05:00
bspc rule -a firefox desktop='^1' follow=on
bspc rule -a Chromium desktop='^2' follow=on
bspc rule -a Ranger desktop='^3' follow=on
bspc rule -a Thunar desktop='3' follow=on
bspc rule -a Evince desktop='^4' follow=on
bspc rule -a Soffice desktop='^4' follow=on
bspc rule -a Xsane desktop='^4' follow=on state=floating
bspc rule -a Steam desktop='^5' follow=on state=floating
bspc rule -a Lutris desktop='^5' follow=on state=floating
bspc rule -a origin.exe desktop='^5' state=floating
bspc rule -a kitty desktop='^6' follow=on
bspc rule -a URxvt desktop='^6' follow=on
bspc rule -a Emacs desktop='^7' follow=on state=tiled
bspc rule -a jetbrains-pycharm-ce desktop='^7' follow=on
bspc rule -a Clementine desktop='^8' follow=on
bspc rule -a Spotify desktop='^8' follow=on
bspc rule -a Element desktop='^9'
bspc rule -a Slack desktop='^9'
2022-01-06 15:39:22 -05:00
bspc rule -a "Microsoft Teams - Preview" desktop='^9'
2021-12-30 18:12:27 -05:00
bspc rule -a tutanota-desktop desktop='^10'
### Focus on 1st workspace by default
bspc desktop -f 1
### Autostart
grep -x sxhkd > /dev/null || sxhkd &
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" &
~/.local/bin/dual-polybar-launcher &
sh ~/.fehbg &
dex -ae bspwm &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &