From 601834cafb17632147ea186e7ae010e757ef96bb Mon Sep 17 00:00:00 2001 From: hesam-init Date: Fri, 8 Mar 2024 21:53:03 +0330 Subject: [PATCH] feat: webstorm desktop shortcut --- configs/shortcuts/webstorm.desktop | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 configs/shortcuts/webstorm.desktop diff --git a/configs/shortcuts/webstorm.desktop b/configs/shortcuts/webstorm.desktop new file mode 100644 index 0000000..ba5b198 --- /dev/null +++ b/configs/shortcuts/webstorm.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=WebStorm +Comment=The smartest JavaScript IDE +GenericName=IDE +Exec=/opt/WebStorm/bin/webstorm.sh +Icon=/opt/WebStorm/bin/bin/webstorm.png +Type=Application +StartupNotify=false +StartupWMClass=jetbrains-webstorm +Categories=Development;IDE; +MimeType=text/plain; +Keywords=webstorm;IDE;JavaScript; \ No newline at end of file