mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
14 lines
253 B
Desktop File
14 lines
253 B
Desktop File
[Unit]
|
|
Description=xkeysnail
|
|
|
|
[Service]
|
|
Type=simple
|
|
KillMode=process
|
|
ExecStart=%h/.local/share/mise/shims/xkeysnail --watch --quiet %h/.config/xkeysnail/config.py
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
Environment=DISPLAY=:0
|
|
|
|
[Install]
|
|
WantedBy=default.target
|