summaryrefslogtreecommitdiff
path: root/.config/systemd/user/wmii@.service
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-02-02 12:45:12 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-02-02 12:50:49 -0500
commit28be8fb283a3f56521a8c8d98553ceae17513599 (patch)
tree11ef152d05914703896a5232f4f372aea5b144a4 /.config/systemd/user/wmii@.service
parent98b992702f05cf652ec9417d10e248ed9de1ce80 (diff)
window manager: do better error handling round my semaphore
Diffstat (limited to '.config/systemd/user/wmii@.service')
-rw-r--r--.config/systemd/user/wmii@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/wmii@.service b/.config/systemd/user/wmii@.service
index 10fc4e9..12f585b 100644
--- a/.config/systemd/user/wmii@.service
+++ b/.config/systemd/user/wmii@.service
@@ -9,4 +9,4 @@ Restart=no
Environment=DISPLAY=%I
ExecStart=/usr/bin/bash -l -c /usr/bin/wmii
ExecStop=/usr/bin/wmiir xwrite /ctl Quit
-ExecStopPost=/usr/bin/bash -c ": > ${XDG_RUNTIME_DIR}/x11-wm@%I"
+ExecStopPost=/usr/bin/timeout .1 bash -c ": > ${XDG_RUNTIME_DIR}/x11-wm@%I"