Advertisement
Guest User

Untitled

a guest
Jan 29th, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # ~/.xinitrc
  4. #
  5. # Executed by startx (run your window manager from here)
  6.  
  7. # exec gnome-session
  8. # exec startkde
  9. # exec startxfce4
  10. # ...or the Window Manager of your choice
  11.  
  12. xset +fp /usr/share/fonts/local &
  13. xset fp rehash &
  14. sh ~/.fehbg &
  15. numlockx &
  16. #wmname LG3D &
  17. /usr/bin/urxvtd -q -o -f &
  18. #exec dwm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement