From 934944d248dc6191a422c2a735ea70d6145146ba Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 22 Mar 2020 12:36:50 +0000 Subject: [PATCH] i3: don't stop desktop on restart This allows restarting the i3 process without killing the session --- .config/systemd/user/i3.service | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/systemd/user/i3.service b/.config/systemd/user/i3.service index 011eb5b..61a1dd8 100644 --- a/.config/systemd/user/i3.service +++ b/.config/systemd/user/i3.service @@ -7,7 +7,6 @@ After=profile.service xprofile.service xorg.target [Service] ExecStart=/usr/bin/i3 ExecReload=/bin/sh -c 'i3-msg restart; systemctl is-active --user -q picom && systemctl --user restart picom' -ExecStop=/bin/systemctl --user stop desktop.target Restart=always [Install]