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

i3: reload on 'systemctl reload i3'

Instead of restart. Reload is called reload for a reason

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2020-08-10 20:32:42 +01:00
parent ce595c81b6
commit c1ff08b878
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -6,7 +6,7 @@ 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'
ExecReload=/usr/bin/i3-msg reload
Restart=always
[Install]