Advertisement
BSDG33KCLUB

my .xinitrc for twm purple

Feb 26th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. export LANG="en_US.UTF-8"
  2. export LC_ALL="en_US.UTF-8"
  3. export LC_CTYPE="en_US.UTF-8"
  4. export LC_COLLATE="en_US.UTF-8"
  5. export LC_MESSAGES="en_US.UTF-8"
  6. xset fp+ /usr/local/lib/X11/fonts/terminus-font/
  7. xset fp rehash
  8. xset -dpms &
  9. xset s off &
  10. xset s noexpose &
  11. xset s noblank &
  12. xsetroot -cursor_name left_ptr &
  13. xload -bg "#191716" -fg "#AA8EB0" -geometry 300x80 &
  14. rclock -bg "#191716" -fg "#AA8EB0" &
  15. compton -c -r 16 -l -24 -t -12 -G -b &
  16. nitrogen --restore &
  17. exec twm
  18. #exec mwm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement