Advertisement
Guest User

Untitled

a guest
Jan 17th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2. ## Dual-monitor
  3.  
  4. ~/.config/screenlayout/duplamonitor
  5.  
  6.  
  7. xset -dpms; xset s off &
  8. nm-applet &
  9.  
  10. xcompmgr -C &
  11.  
  12. nitrogen --restore &
  13.  
  14. (sleep 1s && tint2) &
  15.  
  16. (sleep 2s && pasystray) &
  17.  
  18.  
  19. (sleep 3s && conky) &
  20. (sleep 4s && conky -c ~/.config/conky/Γ³ra) &
  21.  
  22.  
  23. (sleep 4s thunar --daemon) &
  24.  
  25. numlockx &
  26. (sleep 5s && thunderbird) &
  27. (sleep 5s && skype) &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement