summaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-02-03 22:18:59 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-02-03 22:18:59 -0500
commitcb170078f7fe918b880da0dbcccc622a8b480451 (patch)
tree21538ae477b21c730d499082a75e59dd88c26a5a /.config/systemd
parentcbeab00f4a3da0c6292373587312e21da198347e (diff)
parent26c23840ee5780b8444423e74607187f000a0877 (diff)
Merge branch 'master' into build64-par/master
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/wmii@.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/systemd/user/wmii@.service b/.config/systemd/user/wmii@.service
index 10fc4e9..3902627 100644
--- a/.config/systemd/user/wmii@.service
+++ b/.config/systemd/user/wmii@.service
@@ -7,6 +7,5 @@ Type=simple
Restart=no
Environment=DISPLAY=%I
-ExecStart=/usr/bin/bash -l -c /usr/bin/wmii
+ExecStart=/usr/bin/bash -l -c 'exec 8>${XDG_RUNTIME_DIR}/x11-wm@%I; exec /usr/bin/wmii'
ExecStop=/usr/bin/wmiir xwrite /ctl Quit
-ExecStopPost=/usr/bin/bash -c ": > ${XDG_RUNTIME_DIR}/x11-wm@%I"