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]