Add warpd service
This commit is contained in:
parent
98033d9a8b
commit
cc6d7a300a
1 changed files with 10 additions and 0 deletions
10
.config/systemd/user/warpd.service
Normal file
10
.config/systemd/user/warpd.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=A modal keyboard-driven virtual pointer
|
||||
After=graphical.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/warpd -f
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in a new issue