Comment out screensaver by default, since I don't use this on every system.

This commit is contained in:
Anna Rose 2015-08-27 05:18:16 -04:00
parent 6bcf764416
commit 4fd0cecdb4

View File

@ -3,7 +3,7 @@
;;; Programs to run on startup ;;; Programs to run on startup
(system "setxkbmap dvorak") (system "setxkbmap dvorak")
(system "setxkbmap -option compose:caps") (system "setxkbmap -option compose:caps")
(system "xscreensaver &") ; (system "xscreensaver &")
(system "lxpanel &") (system "lxpanel &")