summaryrefslogtreecommitdiffstats
path: root/xcape
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 /xcape
parent1eb05e539ec54f404ae7367ba12233bbfebfdbf9 (diff)
downloadconf-4cb4b413185affc0ef7460d09529f464dce081bb.tar.gz
conf-4cb4b413185affc0ef7460d09529f464dce081bb.zip
make sure services are always restarted
Diffstat (limited to 'xcape')
-rw-r--r--xcape/.config/systemd/user/xcape.service1
1 files changed, 1 insertions, 0 deletions
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