aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-04-30 17:23:51 -0400
committertdro <tdro@users.noreply.github.com>2020-04-30 17:23:51 -0400
commitb797f193bb3b36fb35876219e7b7d298f1466572 (patch)
treea3059623be1ffa5c7c33e81b62007e0974751fe8 /.config/systemd
parent72367d64a355e3283cea4a469f598c96df537350 (diff)
downloaddotfiles-b797f193bb3b36fb35876219e7b7d298f1466572.tar.gz
dotfiles-b797f193bb3b36fb35876219e7b7d298f1466572.tar.bz2
dotfiles-b797f193bb3b36fb35876219e7b7d298f1466572.zip
.config/systemd/user/unclutter: Use idle flag
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/unclutter.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/unclutter.service b/.config/systemd/user/unclutter.service
index 648e287..ac4941c 100644
--- a/.config/systemd/user/unclutter.service
+++ b/.config/systemd/user/unclutter.service
@@ -3,7 +3,7 @@ Description=Hide mouse on idle
[Service]
Type=simple
-ExecStart=/usr/bin/env unclutter --timeout 1
+ExecStart=/usr/bin/env unclutter -idle 1
Restart=always
RestartSec=5s
SyslogIdentifier=unclutter