diff options
author | Robert Scheibe <robert.scheibe@mailbox.org> | 2020-06-18 11:48:23 +0200 |
---|---|---|
committer | Robert Scheibe <robert.scheibe@mailbox.org> | 2020-06-18 11:48:23 +0200 |
commit | 4bb1a99639b635a3fcc8d98b3d2b0605a7c84e54 (patch) | |
tree | 1033c5998d1378cde15a94253e27a2cdd04b134e | |
parent | d3a4e5b0e664aea57c4cce59631785ff5b61eabf (diff) |
added .dekstop file for /etc/xdg/autostart folder
-rw-r--r-- | joystick/joystick-input.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/joystick/joystick-input.desktop b/joystick/joystick-input.desktop new file mode 100644 index 0000000..2b514cd --- /dev/null +++ b/joystick/joystick-input.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=joystick-input +Comment=Joystick input +NoDisplay=true +Exec=/home/pi/src/joystick/joystick-input.py +Path=/home/pi/src/joystick +Terminal=false +Categories=Application; |