bin/wakey.sh: Fix the sense of the startup condition.
[profile] / bin / wakey.sh
index 6f008a9..5635369 100644 (file)
@@ -61,8 +61,7 @@ __wakey_precmd () {
 }
 
 case ${DISPLAY+t},${WINDOWID+t},${__mdw_precmd_hook+t},${mdw__preexec_hook+t} in
-  t,t,t,t) ;;
-  *)
+  t,t,t,t)
     if __mdw_programp notify-send ; then
       __mdw_addhook __mdw_preexec_hook __wakey_preexec
       __mdw_addhook __mdw_precmd_hook __wakey_precmd