Advertisement
RuslanKorotaev

Xinitrc

Jun 19th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # Load resources
  4. xrdb -merge .Xresources
  5.  
  6. # Set the background color
  7. xsetroot -solid midnightblue
  8.  
  9. # Set cursor
  10. xsetroot -cursor_name left_ptr &
  11.  
  12. # XScreenSaver is a screen saver and locker
  13. xscreensaver -no-splash &
  14.  
  15. # Thunar daemon
  16. thunar --daemon &
  17.  
  18. exec xmonad
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement