e16-bindings: Switch over to gnome-screensaver.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 7 Jul 2009 18:03:53 +0000 (19:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 7 Jul 2009 18:14:59 +0000 (19:14 +0100)
This appwars to be universal on my machines now.

e16-bindings
xinitrc

index 1a4b870..cbe2a65 100644 (file)
@@ -37,7 +37,7 @@ KeyDown    5       F7 exec un-backslashify-selection
 KeyDown    5       F8 exec xatom set XINIT_COMMAND :terminal
 KeyDown    5       F9 exec xatom set XINIT_COMMAND :ask-run
 KeyDown           5      F10 exec xatom set XINIT_COMMAND :ask-command
-KeyDown           5      F11 exec xscreensaver-command -lock
+KeyDown           5      F11 exec gnome-screensaver-command --lock
 KeyDown    5      F12 exec xshutdown
 KeyDown    5      Tab focus next
 KeyDown   C5       Up wop * raise
diff --git a/xinitrc b/xinitrc
index 1eed5ba..f1252d6 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
@@ -125,14 +125,6 @@ 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