mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-31 16:24:25 +02:00
i3: unconditionally restart i3-companion on reload
This commit is contained in:
parent
674a4eab56
commit
e8b7487512
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ After=ssh-agent.service
|
|||
[Service]
|
||||
ExecStart=/usr/bin/i3
|
||||
ExecReload=/usr/bin/i3-msg reload
|
||||
ExecReload=/bin/systemctl --user try-restart i3-companion.service
|
||||
ExecReload=/bin/systemctl --user 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