chiark / gitweb /
dot/xinitrc: Start stalonetray as a system tray.
[profile] / dot / xinitrc
index f1252d68baadb965bfdd5ad8febad28623279369..7543e1522062a1902a3575aa1ac7797933f0558f 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
 }