From 65afe78150372b7ff4e3554cdc1c43bd649f06dc Mon Sep 17 00:00:00 2001 From: Christophe Simon Date: Tue, 3 Mar 2015 09:41:15 +0100 Subject: [PATCH] Renamed dropbox agent binary file, removed urxvtd. --- Xsession | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Xsession b/Xsession index 666d182..de168a3 100755 --- a/Xsession +++ b/Xsession @@ -27,7 +27,7 @@ export SSH_AUTH_SOCK # Starts other components in the background /usr/bin/compton -b /usr/bin/parcellite & -/usr/bin/dropboxd & +/usr/bin/dropbox & #/usr/bin/xscreensaver -no-splash & #~/.config/awesome/bin/mcabber-watch-xscreensaver & /usr/bin/xautolock -detectsleep -time 10 -locker "i3lock -i ~/.lockscreen.png" & @@ -39,9 +39,6 @@ export SSH_AUTH_SOCK /usr/bin/nm-applet & #/usr/bin/blueman-applet & -# Starts urxvtd server -/usr/bin/urxvtd -q -o -f - # Starts autossh tunnel to honir if [ -f ~/.ssh/config ]; then if grep -q 'Host honir-tunnel$' ~/.ssh/config; then