summaryrefslogtreecommitdiffstats
path: root/picom
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-23 03:01:18 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-23 03:01:18 -0500
commit4cb4b413185affc0ef7460d09529f464dce081bb (patch)
tree0ceaf3010d048a86451b74ef958a7971ac22d19c /picom
parent1eb05e539ec54f404ae7367ba12233bbfebfdbf9 (diff)
downloadconf-4cb4b413185affc0ef7460d09529f464dce081bb.tar.gz
conf-4cb4b413185affc0ef7460d09529f464dce081bb.zip
make sure services are always restarted
Diffstat (limited to 'picom')
-rw-r--r--picom/.config/systemd/user/picom.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/picom/.config/systemd/user/picom.service b/picom/.config/systemd/user/picom.service
index 9657bc6..f01df84 100644
--- a/picom/.config/systemd/user/picom.service
+++ b/picom/.config/systemd/user/picom.service
@@ -1,5 +1,6 @@
[Service]
ExecStart=picom -m 0.9 -i 0.8 -f -D 5 --inactive-dim 0.3
+Restart=always
[Install]
WantedBy=default.target