xsettingsd: don't block when reloading picom

picom itself depends on xsettingsd.service and therefore cannot be
reloaded while an action is running on xsettingsd.service (I assume).
This commit is contained in:
Vincent Bernat 2023-07-22 10:10:15 +02:00
parent 54d2fa1d20
commit 747c14a36a

View file

@ -12,4 +12,4 @@ ExecReload=/usr/bin/kill -HUP $MAINPID
ExecReload=-%h/.nix-profile/bin/i3-msg restart
# Restart polybar and reload picom (they use an environment variable)
ExecReload=/bin/systemctl --user try-restart polybar.service
ExecReload=/bin/systemctl --user try-reload-or-restart picom.service
ExecReload=/bin/systemctl --user --no-block try-reload-or-restart picom.service