summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 "")