unixwz0r

mwm (sessions exec for cdm)

Jan 19th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #
  2. # This Session file goes into /opt/Sessions/ folder
  3. # This file will exec your WM like if it was using .xinitrc
  4. # This session file is for cdm (console display manager)
  5. #xrandr -s 1600x900
  6. xset -dpms
  7. xset s off
  8. xset s noexpose
  9. xset s noblank
  10. export LANG="en_US.UTF-8"
  11. export LC_ALL="en_US.UTF-8"
  12. export LC_CTYPE="en_US.UTF-8"
  13. export LC_COLLATE="en_US.UTF-8"
  14. export LC_MESSAGES="en_US.UTF-8"
  15. #pulseaudio --start
  16. nm-applet &
  17. volumeicon &
  18. nitrogen --restore &
  19. compton -c -r 11 &
  20. exec dbus-launch mwm
Advertisement
Add Comment
Please, Sign In to add comment