unixwz0r

.xinitrc

Dec 24th, 2014
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #xrandr -s 1600x900
  2. xset -dpms
  3. xset s off
  4. xset s noexpose
  5. xset s noblank
  6. export LANG="en_US.UTF-8"
  7. export LC_ALL="en_US.UTF-8"
  8. export LC_CTYPE="en_US.UTF-8"
  9. export LC_COLLATE="en_US.UTF-8"
  10. export LC_MESSAGES="en_US.UTF-8"
  11. #pulseaudio --start
  12. feh --bg-tile ~/wallz/thl32.png &
  13. nm-applet &
  14. volumeicon &
  15. #nitrogen --restore &
  16. compton -c -r 11 &
  17. exec dbus-launch awesome
  18. #exec dbus-launch mwm
  19. ## if you can't use windows key or don't have it. Try dwm
  20. #(conky | while read LINE; do xsetroot -name "$LINE"; done) &
  21. #exec dwm
Advertisement
Add Comment
Please, Sign In to add comment