You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.2 KiB

2 years ago
2 years ago
2 years ago
  1. #!/bin/sh
  2. xrandr -s 1920x1080
  3. pgrep -x sxhkd > /dev/null || sxhkd -c ~/.config/bspwm/sxhkdrc &
  4. pkill conky; conky -d
  5. feh --bg-fill ~/wallpaper/nick-nazzaro-underwater.png
  6. pkill picom; picom --corner-radius 15 &
  7. ~/.config/polybar/launch.role.sh &
  8. bspc monitor -d 0 1 2 3 4 5 6 7 8
  9. bspc config border_width 2
  10. bspc config window_gap 12
  11. bspc config top_padding 25
  12. bspc config split_ratio 0.50
  13. bspc config borderless_monocle true
  14. bspc config gapless_monocle true
  15. bspc rule -a Alacritty desktop='^1'
  16. bspc rule -a Kitty desktop='^1'
  17. bspc rule -a "Brave-browser" desktop='^2'
  18. bspc rule -a "Tor Browser" desktop='^2'
  19. bspc rule -a "torbrowser" desktop='^2'
  20. bspc rule -a "firefox" desktop='^2'
  21. bspc rule -a "discord" desktop='^4'
  22. bspc rule -a "Skype" desktop='^4'
  23. bspc rule -a "zoom" desktop='^4' state=floating
  24. bspc rule -a "Signal" desktop='^4'
  25. bspc rule -a "GStreamer" desktop='^4'
  26. bspc rule -a "Code" desktop='^3'
  27. bspc rule -a "jetbrains" desktop='^3'
  28. bspc rule -a "sublime" desktop='^3'
  29. bspc rule -a "Pulsar" desktop='^3'
  30. bspc rule -a "Virt-manager" desktop='^5'
  31. bspc rule -a "cantata" desktop='^6'
  32. bspc rule -a "youtube-music" desktop='^6'
  33. bspc rule -a "Blueberry.py" desktop='^7'
  34. bspc rule -a "control-center" desktop='^7'