~kris/dots

srice

srice/.config/systemd/user/mouseless.service -rw-r--r-- 236 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Mouseless - keyboard-driven mouse control
After=graphical-session.target

[Service]
Type=simple
ExecStart=%h/.local/bin/appimages/mouseless
Restart=on-failure
RestartSec=5

[Install]
WantedBy=graphical-session.target