]> git.donarmstrong.com Git - x_base.git/blobdiff - .xsession
fix notifier typo
[x_base.git] / .xsession
index 8ddaf1dcef90016da2286d0a478a007622c2e729..d622c432f0cdadb8fc779ed13cf22c38f1677246 100755 (executable)
--- a/.xsession
+++ b/.xsession
@@ -20,7 +20,7 @@ mv ~/.xsession-errors ~/.xsession-errors_${DATE};
 ln -sf ~/.xsession-errors_${DATE} ~/.xsession-errors-current;
 # delete old xsession error files
 find ~/ -maxdepth 1 -mindepth 1 -type f \
-    -iname '.xsession-errors*' -ctime +30 -delete;
+    -iname '.xsession-errors_*' -ctime +30 -delete;
 
 if locale -a |grep -qi en_US.utf8; then
     LANG="en_US.UTF-8"
@@ -57,23 +57,23 @@ if [ -e ~/.Xauthority ]; then
 fi
 
 if cmd_exists slock && cmd_exists xautolock; then
-    fork xautolock -notifer true -bell 0 -locker slock;
+    fork xautolock -notifier true -bell 0 -locker slock;
 elif cmd_exists xscreensaver && [ -e ~/.xscreensaver ]; then
     fork XENVIRONMENT=~/.xscreensaver /usr/bin/xscreensaver;
 elif cmd_exists xautolock; then
-    fork xautolock -notifer true -bell 0;
+    fork xautolock -notifier true -bell 0;
 fi;
 
 if cmd_exists redshift; then
     fork redshift;
 fi;
 
-if cmd_exists mopidy && [ -e ~/.config/mopidy/mopidy.conf ]; then
-    fork mopidy;
-elif cmd_exists mpd && [ -e ~/.mpdconf ]; then
+if cmd_exists mpd && [ -e ~/.mpdconf ]; then
     fork mpd;
     MPD_HOST=$(awk '/^bind_to_address/{print $2}' ~/.mpdconf|sed "s|~|$HOME|; s/^\"//; s/\"$//; ");
     export MPD_HOST;
+elif cmd_exists mopidy && [ -e ~/.config/mopidy/mopidy.conf ]; then
+    fork mopidy;
 fi;
 
 if [ -x /sbin/iw ] && cmd_exists nm-applet && /sbin/iw list|grep -q '^Wiphy'; then