From 28be8fb283a3f56521a8c8d98553ceae17513599 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 2 Feb 2015 12:45:12 -0500 Subject: window manager: do better error handling round my semaphore --- .config/systemd/user/wmii@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/systemd') 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" -- cgit v1.2.3-2-g168b