bspwmrc 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #! /bin/sh
  2. # Franklin Souza
  3. # @FranklinTech
  4. # ██████╗ ███████╗██████╗ ██╗ ██╗███╗ ███╗██████╗ ██████╗
  5. # ██╔══██╗██╔════╝██╔══██╗██║ ██║████╗ ████║██╔══██╗██╔════╝
  6. # ██████╔╝███████╗██████╔╝██║ █╗ ██║██╔████╔██║██████╔╝██║
  7. # ██╔══██╗╚════██║██╔═══╝ ██║███╗██║██║╚██╔╝██║██╔══██╗██║
  8. # ██████╔╝███████║██║ ╚███╔███╔╝██║ ╚═╝ ██║██║ ██║╚██████╗
  9. # ╚═════╝ ╚══════╝╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝
  10. sxhkd &
  11. bspc monitor -d          
  12. bspc config border_width 2
  13. bspc config window_gap
  14. #bspc config focused_border_color "${xrdb:color7:#222}"
  15. bspc config split_ratio 0.52
  16. bspc config borderless_monocle true
  17. bspc config gapless_monocle true
  18. bspc rule -a firefox desktop='^1' follow=off
  19. #bspc rule -a URxvt desktop='^2' state=floating follow=off
  20. #bspc rule -a Alacritty desktop='^2' state=floating follow=off
  21. bspc rule -a TelegramDesktop desktop='^3' state=floating follow=off
  22. bspc rule -a Thunar desktop='^4' state=floating follow=off
  23. bspc rule -a Deezer desktop='^5' state=floating follow=off
  24. bspc rule -a Inkscape desktop='^6' state=floating follow=off
  25. bspc rule -a Gimp desktop='^6' state=floating follow=off
  26. bspc rule -a mpv desktop='^7' state=floating follow=off
  27. bspc rule -a jetbrains-pycharm-ce desktop='^8' state=floating follow=off
  28. bspc rule -a discord desktop='^9' state=floating follow=off
  29. bspc rule -a Steam desktop='^10' state=floating follow=off
  30. bspc rule -a Lutris desktop='^10' state=floating follow=off
  31. bspc rule -a PPSSPPSDL desktop='^10' state=floating follow=off
  32. bspc rule -a Howl desktop='^0' state=floating follow=off
  33. bspc rule -a Lxappearance desktop='^0' state=floating follow=off
  34. bspc rule -a Gucharmap desktop='^0' state=floating follow=off
  35. bspc rule -a Mousepad desktop='^0' state=floating follow=off
  36. bspc rule -a Evince desktop='^0' state=floating follow=off
  37. bspc rule -a Blueman-manager desktop='^0' state=floating follow=off
  38. bspc rule -a Pavucontrol desktop='^0' state=floating follow=off
  39. bspc rule -a Viewnior desktop='^0' state=floating follow=off
  40. bspc rule -a Screenkey manage=off
  41. # Wallpaper
  42. wal -i ~/Franks/Wallpapers/051.jpg
  43. #feh --bg-fill ~/Franks/Wallpapers/047.jpg
  44. # Polybar
  45. ~/.config/polybar/scripts/launch.sh
  46. # Compositor
  47. #picom --config ~/.config/picom/picom.conf
  48. # Xresources
  49. xrdb -merge ~/.Xresources
  50. # Flameshot
  51. flameshot &
  52. # Dunst
  53. dunst &
  54. #dunst -b &
  55. # Layout Teclado
  56. setxkbmap br &
  57. # NumLock
  58. numlockx on &