From 7fa8100ee556f0c94adfb91a240001ce86104c48 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 4 Feb 2015 15:13:00 -0500 Subject: systemd: Add and use wm@$DISPLAY.target wm@.target to change the default window manager. Create wm@$DISPLAY to override for a particular display --- .config/systemd/user/wmii@.service | 7 +++++-- 1 file changed, 5 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 3902627..602bdb8 100644 --- a/.config/systemd/user/wmii@.service +++ b/.config/systemd/user/wmii@.service @@ -1,10 +1,13 @@ [Unit] Description=Window Manager Improved Improved Documentation=file:/usr/share/doc/wmii/wmii.pdf +Before=wm@%i.target +StopWhenUnneeded=true [Service] -Type=simple -Restart=no +# This assumes that you write READY=1 to $NOTIFY_SOCKET in wmiirc +Type=notify +NotifyAccess=all Environment=DISPLAY=%I ExecStart=/usr/bin/bash -l -c 'exec 8>${XDG_RUNTIME_DIR}/x11-wm@%I; exec /usr/bin/wmii' -- cgit v1.2.3