dot/e16-bindings: Make 5-F6 toggle keyboard mouse control.
[profile] / dot / xinitrc
index f1252d6..a0722c5 100755 (executable)
@@ -125,9 +125,20 @@ 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
 
+  ## System tray.
+  run bginit stalonetray
+
   ## Local clients.
   start-clients-local
 }