diff options
Diffstat (limited to '.config/systemd')
-rw-r--r-- | .config/systemd/user/wmii@.service | 2 |
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" |