mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 02:24:11 -06:00
13 lines
244 B
Desktop File
13 lines
244 B
Desktop File
[Unit]
|
|
Description=xremap key remapper
|
|
After=graphical-session.target rebinded.service
|
|
Wants=rebinded.service
|
|
|
|
[Service]
|
|
ExecStart=%h/.cargo/bin/xremap %h/.config/xremap/config.yml
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=default.target
|