Guest User

Iao's bspwm autostart

a guest
Dec 8th, 2012
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. #! /bin/bash
  2. bspc rename_monitor Monitor01 Laptop
  3. bspc rename_monitor Monitor02 Monitor
  4.  
  5. bspc rename Desktop01 System
  6. bspc rename Desktop02 External
  7. bspc add Network Transfers Production Media Miscellaneous
  8. bspc layout monocle System Network Transfers Production Media Miscellaneous External
  9.  
  10. bspc rule chromium Network
  11. bspc rule firefox-nightly Network
  12. bspc rule transmission-gtk Transfers
  13. bspc rule spotify Media
  14. bspc rule virtualbox Miscellaneous
  15. bspc rule gnome-mplayer External
  16.  
  17. bspc set outer_border_width 3
  18. bspc set main_border_width 1
  19. bspc set inner_border_width 3
  20. bspc set window_gap 6
  21. bspc set bottom_padding 24
  22.  
  23. bspc set borderless_monocle true
  24. bspc set gapless_monocle true
  25. bspc set focus_follows_mouse true
  26.  
  27. exec compton &
  28. exec tint2 &
  29. exec nitrogen --restore &
  30. exec thunar --daemon &
  31. exec clipit &
  32. exec pnmixer &
  33. exec nm-applet &
  34. exec spotify &
Advertisement
Add Comment
Please, Sign In to add comment