aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-03-02 13:37:14 -0500
committertdro <tdro@users.noreply.github.com>2022-03-02 13:37:14 -0500
commit41921c501c1a59b9ab68278bf05986f5e87af188 (patch)
tree9a34d575351a4fbc7ff06b284d43fb8a1ebcb76e /.config/systemd
parent207ca80737400c98e4a02348b4108117dff11c9b (diff)
downloaddotfiles-41921c501c1a59b9ab68278bf05986f5e87af188.tar.gz
dotfiles-41921c501c1a59b9ab68278bf05986f5e87af188.tar.bz2
dotfiles-41921c501c1a59b9ab68278bf05986f5e87af188.zip
.config/systemd/user/unclutter: Use grab method
Some applications like virt-manager and xfreerdp are too clever and freeze output when the mouse pointer is hidden.
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 867299e..78f0c40 100644
--- a/.config/systemd/user/unclutter.service
+++ b/.config/systemd/user/unclutter.service
@@ -7,7 +7,7 @@ Type=simple
RestartSec=3
Restart=always
SyslogIdentifier=unclutter
-ExecStart=/usr/bin/env unclutter -idle 1
+ExecStart=/usr/bin/env unclutter -idle 1 -grab
[Install]
WantedBy=default.target