From f9f6fd32cf1e8cfab6ac71f9c34854e69e58711f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 7 Jul 2009 19:03:53 +0100 Subject: [PATCH 1/1] e16-bindings: Switch over to gnome-screensaver. This appwars to be universal on my machines now. --- e16-bindings | 2 +- xinitrc | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/e16-bindings b/e16-bindings index 1a4b870..cbe2a65 100644 --- a/e16-bindings +++ b/e16-bindings @@ -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 --- 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 -- 2.11.0