mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 08:46:40 +02:00
15 lines
350 B
Desktop File
Executable File
15 lines
350 B
Desktop File
Executable File
[Unit]
|
|
Description=keyswap for Terminal and GUI
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
WorkingDirectory=/home/{username}/.config/kinto
|
|
ExecStart=/bin/bash -c "/home/{username}/.config/kinto/xactive.sh carrots"
|
|
ExecStop=/bin/bash /home/{username}/.config/kinto/cleanup.sh
|
|
|
|
[Install]
|
|
WantedBy=default.target
|