mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 08:46:40 +02:00
16 lines
265 B
Desktop File
Executable File
16 lines
265 B
Desktop File
Executable File
[Unit]
|
|
Description=keyswap for Terminal and GUI
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
#User={username}
|
|
#Group={username}
|
|
Environment=DISPLAY=:0
|
|
Restart=always
|
|
WorkingDirectory=/home/{username}/.config/
|
|
ExecStart=
|
|
|
|
[Install]
|
|
WantedBy=default.target
|