Advertisement
Guest User

Untitled

a guest
May 29th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #! /bin/sh
  2.  
  3. FIRST_DESK=one
  4. REMAINING_DESKS='two three four'
  5. bspc rename Desktop01 $FIRST_DESK
  6. bspc add $REMAINING_DESKS
  7.  
  8. bspc rule Gimp Eight floating
  9.  
  10. bspc set border_width 4
  11. bspc set window_gap 20
  12. bspc set borderless_monocle true
  13. bspc set gapless_monocle true
  14. bspc set adaptative_raise true
  15. bspc set focus_follows_pointer true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement