mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 08:46:40 +02:00
16 lines
312 B
Desktop File
16 lines
312 B
Desktop File
[Unit]
|
|
Description=keyswap for Terminal and GUI
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User={username}
|
|
Group={username}
|
|
Environment=DISPLAY=:0
|
|
Restart=always
|
|
WorkingDirectory=/home/{username}/.config/
|
|
ExecStart=/bin/bash /home/{username}/.config/xactive.sh {parameters}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|