Advertisement
fikriomar16

bspwmrc

Jan 14th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. #! /bin/sh
  2.  
  3. sxhkd &
  4. /home/omar/.config/polybar/launch.sh &
  5. compton &
  6. nm-applet &
  7. sh .fehbg &
  8.  
  9. #bspc monitor -d I II III IV V
  10. bspc monitor -d '' '' '' '' '' ''
  11.  
  12. bspc config border_width 2
  13. bspc config window_gap 30
  14. bspc config bottom_padding 30
  15. bspc config top_padding 30
  16. bspc config left_padding 50
  17. bspc config right_padding 50
  18.  
  19. bspc config split_ratio 0.52
  20. bspc config borderless_monocle true
  21. bspc config gapless_monocle true
  22. bspc config focus_follows_pointer true
  23. bspc config normal_border_color "#2f343f"
  24. bspc config focused_border_color "#e7e8eb"
  25. bspc config active_border_color "#788249"
  26. bspc config presel_feedback_color "#788249"
  27.  
  28. bspc rule -a Gnome-terminal state=floating follow=on
  29. bspc rule -a Termite state=floating follow=on
  30. bspc rule -a Gedit state=floating follow=on
  31. bspc rule -a Firefox state=floating follow=on
  32. bspc rule -a Pcmanfm state=floating follow=on
  33. bspc rule -a URxvt state=floating follow=on
  34. bspc rule -a Audacious state=floating follow=on
  35. bspc rule -a Conky manage=off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement