1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

i3: don't stop desktop on restart

This allows restarting the i3 process without killing the session
This commit is contained in:
Joe Groocock 2020-03-22 12:36:50 +00:00
parent ec0b562960
commit 934944d248
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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]