mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 20:54:21 +02:00
systemd: implement reload for i3
This commit is contained in:
parent
a91cc6d56e
commit
b5cf67df10
1 changed files with 2 additions and 0 deletions
|
@ -9,5 +9,7 @@ After=ssh-agent.service
|
|||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/i3
|
||||
ExecReload=/usr/bin/i3-msg reload
|
||||
ExecReload=/bin/systemctl --user try-restart i3-companion.service
|
||||
ExecStopPost=/bin/systemctl --user stop graphical-session.target
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue