chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Go back to xscreensaver. Mostly.
[profile]
/
dot
/
xinitrc
diff --git
a/dot/xinitrc
b/dot/xinitrc
index 7543e1522062a1902a3575aa1ac7797933f0558f..a0722c5588c0d32bdbe7d65dbb2e3bb1a8501978 100755
(executable)
--- a/
dot/xinitrc
+++ b/
dot/xinitrc
@@
-125,6
+125,14
@@
start-clients () {
## System monitor.
case $vnc in no) run bginit gkrellm ;; esac
+ ## Screensaver.
+ case $vnc in
+ no)
+ run init xscreensaver-command -exit
+ run bginit xscreensaver -no-splash
+ ;;
+ esac
+
## Panel.
case $vnc in no) run bginit gnome-panel ;; esac