From 42fdef6bf820b9a37b9b89017afaf3b3cdd86c4a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Feb 2016 20:02:10 -0500 Subject: more systemd/x11 stuff --- .config/systemd/user/wmii@.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/systemd/user/wmii@.service') diff --git a/.config/systemd/user/wmii@.service b/.config/systemd/user/wmii@.service index f1e87df..c939221 100644 --- a/.config/systemd/user/wmii@.service +++ b/.config/systemd/user/wmii@.service @@ -12,8 +12,8 @@ Environment=DISPLAY=%I Type=notify NotifyAccess=all -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 +ExecStart=/usr/bin/env bash -c 'exec 8>${XDG_RUNTIME_DIR}/x11-wm@%I; exec /usr/bin/wmii' +ExecStop=/usr/bin/env wmiir xwrite /ctl Quit [Install] RequiredBy=X11@%i.target -- cgit v1.2.3-54-g00ecf