Comment out screensaver by default, since I don't use this on every system.
This commit is contained in:
parent
6bcf764416
commit
4fd0cecdb4
|
@ -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 &")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user