feat(desktop): Update .desktop files
This commit is contained in:
parent
50308c9f32
commit
fa2f066097
4 changed files with 28 additions and 21 deletions
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Name=Battle.net
|
||||
Exec=flatpak run --command=bottles-cli com.usebottles.bottles run -p Battle.net -b 'Battle.net' -- %u
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=Application;
|
||||
Icon=/home/histalek/.var/app/com.usebottles.bottles/data/bottles/bottles/Battle.net/icons/battlenet.png
|
||||
Comment=Launch Battle.net using Bottles.
|
||||
StartupWMClass=Battle.net
|
||||
Actions=Configure;
|
||||
[Desktop Action Configure]
|
||||
Name=Configure in Bottles
|
||||
Exec=flatpak run com.usebottles.bottles -b 'Battle.net'
|
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Name=LeagueClient
|
||||
Exec=flatpak run --command=bottles-cli com.usebottles.bottles run -p LeagueClient -b 'LeagueOfLegends' -- %u
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=Application;
|
||||
Icon=/home/histalek/.var/app/com.usebottles.bottles/data/bottles/bottles/LeagueOfLegends/icons/LeagueClient.png
|
||||
Comment=Launch LeagueClient using Bottles.
|
||||
StartupWMClass=LeagueClient
|
||||
Actions=Configure;
|
||||
[Desktop Action Configure]
|
||||
Name=Configure in Bottles
|
||||
Exec=flatpak run com.usebottles.bottles -b 'LeagueOfLegends'
|
|
@ -1,19 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=VSCodium (custom)
|
||||
Comment=Code Editing. Redefined.
|
||||
GenericName=Text Editor
|
||||
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/codium --file-forwarding com.vscodium.codium --ozone-platform=wayland --unity-launch @@ %F @@
|
||||
Icon=com.vscodium.codium
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=VSCodium
|
||||
Categories=Utility;Development;IDE;
|
||||
MimeType=text/plain;inode/directory;application/x-codium-workspace;
|
||||
Actions=new-empty-window;
|
||||
Keywords=vscode;
|
||||
X-Flatpak=com.vscodium.codium
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/codium --file-forwarding com.vscodium.codium --ozone-platform=wayland --new-window @@ %F @@
|
||||
Icon=com.vscodium.codium
|
|
@ -1,10 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=Discord
|
||||
Name=Discord (Arch)
|
||||
StartupNotify=true
|
||||
StartupWMClass=discord
|
||||
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
|
||||
GenericName=Internet Messenger
|
||||
Exec=/usr/bin/electron24 --ozone-platform-hint=auto --enable-webrtc-pipewire-capturer /usr/lib/discord/app.asar -- %u
|
||||
Exec=/usr/bin/electron24 --ozone-platform-hint=auto --enable-webrtc-pipewire-capturer /usr/share/discord/resources/app.asar -- %u
|
||||
Icon=discord
|
||||
Type=Application
|
||||
Categories=Network;InstantMessaging;
|
||||
|
|
Loading…
Add table
Reference in a new issue