chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d3dfca9
)
bin/wakey.sh: Fix idiotic typo that stopped it from working.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 28 Apr 2020 14:12:56 +0000
(15:12 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 28 Apr 2020 14:14:45 +0000
(15:14 +0100)
bin/wakey.sh
patch
|
blob
|
blame
|
history
diff --git
a/bin/wakey.sh
b/bin/wakey.sh
index 9a052580a9e8f34342426933ca6112900deebee9..c11aef5659e522d430de2d058cf8a74d19ca9c40 100644
(file)
--- a/
bin/wakey.sh
+++ b/
bin/wakey.sh
@@
-60,7
+60,7
@@
__wakey_precmd () {
esac
}
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
t,t,t,t)
if __mdw_programp notify-send; then
__mdw_addhook __mdw_preexec_hook __wakey_preexec