summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index b481786..5155818 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -23,6 +23,7 @@ chat_terminal () {
}
autostart () {
+ stalonetray -w -p &
for f in $XDG_CONFIG_HOME/conky/*; do
conky -c "$f" &
done
@@ -33,7 +34,6 @@ autostart () {
ossxmix -b & # also in ~/bin/suspend-resume.sh
thunderbird &
liferea &
- stalonetray -w -p &
zim &
blueman-applet &
}