Comment out screensaver by default, since I don't use this on every system.
This commit is contained in:
parent
6bcf764416
commit
4fd0cecdb4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue