dot/xinitrc: Start stalonetray as a system tray.
[profile] / dot / xinitrc
index f1252d6..7543e15 100755 (executable)
@@ -128,6 +128,9 @@ start-clients () {
   ## Panel.
   case $vnc in no) run bginit gnome-panel ;; esac
 
+  ## System tray.
+  run bginit stalonetray
+
   ## Local clients.
   start-clients-local
 }