Schicko

bspwmrc

Dec 6th, 2017
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #! /bin/sh
  2.  
  3. sxhkd &
  4.  
  5. bspc monitor -d I II III IV V VI VII VIII IX X
  6.  
  7. bspc config border_width 2
  8. bspc config window_gap 12
  9.  
  10. bspc config split_ratio 0.52
  11. bspc config borderless_monocle true
  12. bspc config gapless_monocle true
  13.  
  14. bspc rule -a Gimp desktop='^8' state=floating follow=on
  15. bspc rule -a Chromium desktop='^2'
  16. bspc rule -a mplayer2 state=floating
  17. bspc rule -a Kupfer.py focus=on
  18. bspc rule -a Screenkey manage=off
Add Comment
Please, Sign In to add comment