chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dot/xinitrc: Start stalonetray as a system tray.
[profile]
/
dot
/
xinitrc
diff --git
a/dot/xinitrc
b/dot/xinitrc
index f1252d68baadb965bfdd5ad8febad28623279369..7543e1522062a1902a3575aa1ac7797933f0558f 100755
(executable)
--- a/
dot/xinitrc
+++ b/
dot/xinitrc
@@
-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
}