summaryrefslogtreecommitdiffhomepage
path: root/lib/eos
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-07-26 19:40:56 +0100
committerjao <jao@gnu.org>2022-07-26 19:40:56 +0100
commit7db7ebf862b56fc9f83448f9d2ef750b2f2cd5a6 (patch)
tree422aba937fd6c2132164cd0d116fd6c25557c5db /lib/eos
parent3cd714161591bf6f8871f9382085da4ecb54064d (diff)
downloadelibs-7db7ebf862b56fc9f83448f9d2ef750b2f2cd5a6.tar.gz
elibs-7db7ebf862b56fc9f83448f9d2ef750b2f2cd5a6.tar.bz2
X: fix for urgency flag setting
Diffstat (limited to 'lib/eos')
-rw-r--r--lib/eos/jao-tracking.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-tracking.el b/lib/eos/jao-tracking.el
index d01df7a..95db95a 100644
--- a/lib/eos/jao-tracking.el
+++ b/lib/eos/jao-tracking.el
@@ -88,7 +88,7 @@
(when (member window-system '(x))
(x-change-window-property "_EMACS_LOG" v nil nil nil nil 0))
(unless (equal "" v)
- (shell-command-to-string "wmctrl -r emacsclient -b add,demands_attention")))
+ (shell-command-to-string "wmctrl -r emacs -b add,demands_attention")))
(jao-tracking-set-log "")