mirror of
https://github.com/rbreaves/kinto.git
synced 2025-06-28 00:51:44 +02:00
11 lines
434 B
Desktop File
Executable File
11 lines
434 B
Desktop File
Executable File
[Desktop Entry]
|
|
Name=Kinto_xkey
|
|
GenericName=Kinto_xkey
|
|
Comment=Make Linux Type Like it's a Mac
|
|
Exec=/bin/bash -c "grep -q 'autostart = true' {homedir}/.config/kinto/kinto.py && {xhost} +SI:localuser:root && sudo {systemctl} restart xkeysnail"
|
|
# Budgie logoff fix to avoid key input loss
|
|
# ;{homedir}/.config/kinto/logoff.sh
|
|
# ;sudo /usr/local/bin/logoff.sh $USER $DISPLAY
|
|
Terminal=false
|
|
Type=Application
|
|
X-GNOME-Autostart-enabled=true |