summaryrefslogtreecommitdiffstats
path: root/unclutter/.config/systemd/user/unclutter.service
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-23 00:30:00 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-23 00:30:00 -0500
commitd75c8ca206b72668fc54cf200767fce494d0b6aa (patch)
treea980e943e109b847716f088c15ea8a16a7d5cbfb /unclutter/.config/systemd/user/unclutter.service
parentcb766adef3a4b3db2d051afb5281d7213e21939a (diff)
downloadconf-d75c8ca206b72668fc54cf200767fce494d0b6aa.tar.gz
conf-d75c8ca206b72668fc54cf200767fce494d0b6aa.zip
convert unclutter to systemd
Diffstat (limited to 'unclutter/.config/systemd/user/unclutter.service')
-rw-r--r--unclutter/.config/systemd/user/unclutter.service5
1 files changed, 5 insertions, 0 deletions
diff --git a/unclutter/.config/systemd/user/unclutter.service b/unclutter/.config/systemd/user/unclutter.service
new file mode 100644
index 0000000..405c13d
--- /dev/null
+++ b/unclutter/.config/systemd/user/unclutter.service
@@ -0,0 +1,5 @@
+[Service]
+ExecStart=unclutter --timeout 1
+
+[Install]
+WantedBy=default.target