summaryrefslogtreecommitdiffstats
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
parent1eb05e539ec54f404ae7367ba12233bbfebfdbf9 (diff)
downloadconf-4cb4b413185affc0ef7460d09529f464dce081bb.tar.gz
conf-4cb4b413185affc0ef7460d09529f464dce081bb.zip
make sure services are always restarted
-rw-r--r--local/.config/systemd/user/watch-kbd.service1
-rw-r--r--picom/.config/systemd/user/picom.service1
-rw-r--r--redshift/.config/systemd/user/redshift.service1
-rw-r--r--unclutter/.config/systemd/user/unclutter.service1
-rw-r--r--xbindkeys/.config/systemd/user/xbindkeys.service1
-rw-r--r--xcape/.config/systemd/user/xcape.service1
-rw-r--r--xss-lock/.config/systemd/user/xss-lock.service1
7 files changed, 7 insertions, 0 deletions
diff --git a/local/.config/systemd/user/watch-kbd.service b/local/.config/systemd/user/watch-kbd.service
index aa9dc8e..415d8fb 100644
--- a/local/.config/systemd/user/watch-kbd.service
+++ b/local/.config/systemd/user/watch-kbd.service
@@ -1,5 +1,6 @@
[Service]
ExecStart=%h/.bin/%H/watch-kbd
+Restart=always
[Install]
WantedBy=default.target
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
diff --git a/redshift/.config/systemd/user/redshift.service b/redshift/.config/systemd/user/redshift.service
index 9376d81..6920f56 100644
--- a/redshift/.config/systemd/user/redshift.service
+++ b/redshift/.config/systemd/user/redshift.service
@@ -1,5 +1,6 @@
[Service]
ExecStart=%h/.bin/redshift
+Restart=always
[Install]
WantedBy=default.target
diff --git a/unclutter/.config/systemd/user/unclutter.service b/unclutter/.config/systemd/user/unclutter.service
index 405c13d..c792aef 100644
--- a/unclutter/.config/systemd/user/unclutter.service
+++ b/unclutter/.config/systemd/user/unclutter.service
@@ -1,5 +1,6 @@
[Service]
ExecStart=unclutter --timeout 1
+Restart=always
[Install]
WantedBy=default.target
diff --git a/xbindkeys/.config/systemd/user/xbindkeys.service b/xbindkeys/.config/systemd/user/xbindkeys.service
index 29d02c0..78062a8 100644
--- a/xbindkeys/.config/systemd/user/xbindkeys.service
+++ b/xbindkeys/.config/systemd/user/xbindkeys.service
@@ -1,5 +1,6 @@
[Service]
ExecStart=xbindkeys -p -n
+Restart=always
[Install]
WantedBy=default.target
diff --git a/xcape/.config/systemd/user/xcape.service b/xcape/.config/systemd/user/xcape.service
index cb0827a..78ca991 100644
--- a/xcape/.config/systemd/user/xcape.service
+++ b/xcape/.config/systemd/user/xcape.service
@@ -1,5 +1,6 @@
[Service]
ExecStart=xcape -d -e 'Control_L=Escape;Control_R=Escape'
+Restart=always
[Install]
WantedBy=default.target
diff --git a/xss-lock/.config/systemd/user/xss-lock.service b/xss-lock/.config/systemd/user/xss-lock.service
index b98915e..8885dfc 100644
--- a/xss-lock/.config/systemd/user/xss-lock.service
+++ b/xss-lock/.config/systemd/user/xss-lock.service
@@ -1,5 +1,6 @@
[Service]
ExecStart=xss-lock -n /usr/lib/xsecurelock/dimmer -l -- sh -c 'on-lock; env XSECURELOCK_BLANK_TIMEOUT=1 XSECURELOCK_SHOW_DATETIME=1 xsecurelock'
+Restart=always
[Install]
WantedBy=default.target