Advertisement
timcowchip

~/.config/bspwm/bspwmrc

Jan 11th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 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 roxterm floating=on manage=on
  16.  
  17. feh --bg-fill /home/timcowchip/Pictures/IMG_20160103_152433223.jpg &
  18. xcompmgr &
  19. xset s noblank &
  20. xset s noexpose &
  21. xset -dpms &
  22. tint2 -c /home/timcowchip/.config/tint2/horizontal-dark-opaque.tint2rc &
  23. /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  24. sxhkd &
  25. numlockx &
  26. rssguard &
  27. thunderbird &
  28. conky | lemonbar -d -F "#FFFFFF" -B "#FF4C4C4C" &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement