From ba14abd8d20c3a836575ff2f42332a69656e7955 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Tue, 28 Apr 2020 15:12:56 +0100 Subject: [PATCH] bin/wakey.sh: Fix idiotic typo that stopped it from working. Organization: Straylight/Edgeware From: Mark Wooding --- bin/wakey.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wakey.sh b/bin/wakey.sh index 9a05258..c11aef5 100644 --- a/bin/wakey.sh +++ b/bin/wakey.sh @@ -60,7 +60,7 @@ __wakey_precmd () { esac } -case ${DISPLAY+t},${WINDOWID+t},${__mdw_precmd_hook+t},${mdw__preexec_hook+t} in +case ${DISPLAY+t},${WINDOWID+t},${__mdw_precmd_hook+t},${__mdw_preexec_hook+t} in t,t,t,t) if __mdw_programp notify-send; then __mdw_addhook __mdw_preexec_hook __wakey_preexec -- [mdw]