diff options
author | raven | 2025-04-10 12:44:13 -0400 |
---|---|---|
committer | raven | 2025-04-10 12:44:13 -0400 |
commit | 3881131d53a74a3da7ea14033019ec4b95d6d725 (patch) | |
tree | 3e641ef16928510423417959bb34bf1a0717d0f2 /vpc-shift-tool.desktop | |
parent | 1f16e078378d2a841633be6a50316312acd6c1e2 (diff) | |
download | aur-3881131d53a74a3da7ea14033019ec4b95d6d725.tar.gz |
Add desktop shortcut for vpc-shift-tool
- Created a desktop entry file (vpc-shift-tool.desktop) for easier application access
- Modified package() function to install the desktop file to /usr/share/applications/
Diffstat (limited to 'vpc-shift-tool.desktop')
-rw-r--r-- | vpc-shift-tool.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vpc-shift-tool.desktop b/vpc-shift-tool.desktop new file mode 100644 index 000000000000..e66336bdbdb8 --- /dev/null +++ b/vpc-shift-tool.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=VPC Shift Tool +Comment=Tool for replicating VIRPIL joystick states from one device to another +Exec=/usr/bin/shift_tool +Terminal=false +Categories=Utility;Game; +Keywords=joystick;virpil;vpc; +Icon=input-gaming |