Guest User

Untitled

a guest
May 20th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. #
  4. # ~/.xinitrc
  5. #
  6. # Executed by startx (run your window manager from here)
  7. #
  8.  
  9. FONT='-xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1'
  10.  
  11. # turns on the numlock
  12. numlockx &
  13.  
  14. # disable mouse accelaration
  15. xset m 0 0 &
  16.  
  17. # mouse cursor theme
  18. xsetroot -solid '#222222' -cursor_name left_ptr &
  19.  
  20. # set a wallpaper
  21. nitrogen --restore
  22.  
  23. # composite the desktop
  24. #xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
  25.  
  26. # start the xbindkeys daemon
  27. xbindkeys &
  28.  
  29. # really nice thing for layouts
  30. xxkb &
  31.  
  32. # WMs
  33. exec awesome
  34. #exec evilwm -bw 0 -fn $FONT
Add Comment
Please, Sign In to add comment