summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 91d7fc6..7d747ea 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -16,13 +16,12 @@ xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.
sh $HOME/bin/irssi_notify.sh < /dev/null & # also in ~/bin/suspend-resume.sh
autostart () {
- urxvt -g 125x+45+1051+260 -e ssh mistral &
+ urxvtc -g 125x+45+1051+260 -e ssh mistral &
stalonetray -w -p &
for f in $XDG_CONFIG_HOME/conky/*; do
conky -c "$f" &
done
gajim &
- chat_terminal &
/opt/Samsung/SmartPanel/bin/smartpanel &
ossxmix -b & # also in ~/bin/suspend-resume.sh
thunderbird &