SUP3R-US3R

Bspwmrc

Jul 23rd, 2016
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.22 KB | None | 0 0
  1. #! /bin/zsh
  2.  
  3.  
  4. bspc monitor -d I II III IV V
  5.  
  6. # ------------
  7. # bspwm config
  8. # ------------
  9. bspc config window_gap          10
  10. bspc config border_width        2
  11. bspc config pointer_follows_focus false
  12. bspc config top_padding 12
  13. bspc config split_ratio         0.52
  14. bspc config borderless_monocle  true
  15. bspc config gapless_monocle     true
  16. bspc config focus_by_distance   true
  17. bspc config focus_follows_pointer true
  18.  
  19.  
  20. #--------------
  21. # Border Colors
  22. #--------------
  23. bspc config focused_border_color        "white"
  24. bspc config focused_locked_border_color "#dc322f"
  25. bspc config active_border_color         "grey"
  26. bspc config active_locked_border_color  "#d33682"
  27. bspc config normal_border_color       "#b58900"
  28. bspc config normal_locked_border_color  "#3F3E3B"
  29. bspc config presel_border_color         "orange"
  30. bspc config urgent_border_color         "#93a1a1"
  31.  
  32.  
  33. # ------------------
  34. # Autostart Programs
  35. # ------------------
  36. panel &
  37. wmname Bspwm
  38. sxhkd &
  39. xsetroot -cursor_name left_ptr &
  40. nitrogen --restore &
  41. compton --config ~/.config/compton.conf &
  42.  
  43. # -----
  44. # Rules
  45. # -----
  46.  
  47. #bspc rule -a Firefox desktop=^2
  48. #bspc rule -a Mpv floating=on
  49. bspc rule -a urxvt floating=on
  50. bspc rule -a thunar floating=on
Advertisement
Add Comment
Please, Sign In to add comment