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:
parent
ce595c81b6
commit
c1ff08b878
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user