Advertisement
timcowchip

bspwmrc

Oct 23rd, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #! /bin/sh
  2.  
  3. bspc config border_width 2
  4. bspc config window_gap 12
  5. bspc config top_padding -10
  6. bspc config bottom_padding 20
  7.  
  8. bspc config split_ratio 0.52
  9. bspc config borderless_monocle true
  10. bspc config gapless_monocle true
  11. bspc config focus_by_distance true
  12.  
  13. bspc monitor -d 1 2 3 4
  14.  
  15. bspc rule -a xfce4-terminal floating=on manage=on
  16.  
  17. feh --bg-fill /home/chris/Pictures/IMG_20151017_143726467_HDR.jpg &
  18. sxhkd &
  19. xset s noblank &
  20. xset s noexpose &
  21. xset -dpms &
  22. tint2 -c /home/chris/.config/tint2/horizontal-light-transparent.tint2rc &
  23. /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  24. numlockx &
  25. conky &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement