sway: restart waybar on reloads on systemd

This commit is contained in:
lelgenio 2022-04-26 19:26:25 -03:00
parent 4e7a55c6f4
commit 6b80ed57d0
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ include assigns
exec_always _gpg-unlock
{%@@ elif supervisor == "systemd" @@%}
exec "systemctl --user import-environment; systemctl --user start sway-session.target"
exec_always systemctl --user restart waybar kanshi
{%@@ else @@%}
include daemons
{%@@ endif @@%}