aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-04-28 18:09:46 -0400
committertdro <tdro@users.noreply.github.com>2020-04-28 18:09:46 -0400
commit1955fb8171bc365bd850b69b344d29a4c4e5f75e (patch)
tree7f19ef8cea2351492f9d355df48b186c39d81571 /.config/systemd
parentc37c78a95139a05909de47ace4dad574b9b74830 (diff)
downloaddotfiles-1955fb8171bc365bd850b69b344d29a4c4e5f75e.tar.gz
dotfiles-1955fb8171bc365bd850b69b344d29a4c4e5f75e.tar.bz2
dotfiles-1955fb8171bc365bd850b69b344d29a4c4e5f75e.zip
.config/systemd/user: Add unclutter
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/unclutter.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/systemd/user/unclutter.service b/.config/systemd/user/unclutter.service
new file mode 100644
index 0000000..648e287
--- /dev/null
+++ b/.config/systemd/user/unclutter.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Hide mouse on idle
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/env unclutter --timeout 1
+Restart=always
+RestartSec=5s
+SyslogIdentifier=unclutter
+
+[Install]
+WantedBy=default.target