Updated dots and added more wayland configs

This commit is contained in:
2025-05-31 16:10:12 +02:00
parent 913e0048d8
commit 65c5972214
12 changed files with 104 additions and 23 deletions

View File

@@ -1,13 +1,8 @@
[Desktop Action new-empty-window]
Exec=/usr/bin/code --new-window %F
Icon=visual-studio-code
Name=New Empty Window
[Desktop Entry]
Actions=new-empty-window;
Categories=TextEditor;Development;IDE;
Comment=Code Editing. Redefined.
Exec=/usr/bin/code %F --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto
Exec=/usr/bin/code %F --enable-features=WaylandWindowDecorations,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder --enable-unsafe-webgpu --ozone-platform-hint=auto
GenericName=Text Editor
Icon=visual-studio-code
Keywords=vscode;
@@ -22,3 +17,8 @@ TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
[Desktop Action new-empty-window]
Exec=/usr/bin/code --new-window %F --enable-features=WaylandWindowDecorations,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder --enable-unsafe-webgpu --ozone-platform-hint=auto
Icon=visual-studio-code
Name=New Empty Window

View File

@@ -1,7 +1,7 @@
[Desktop Entry]
Categories=Network;InstantMessaging;
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
Exec=/usr/bin/discord-canary --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto
Exec=/usr/bin/discord-canary --enable-features=WaylandWindowDecorations,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder --enable-unsafe-webgpu --ozone-platform-hint=auto
GenericName=Internet Messenger
Icon=discord-canary
Name=Discord Canary

View File

@@ -1,7 +1,7 @@
[Desktop Entry]
Categories=Network;InstantMessaging;
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
Exec=/usr/bin/discord-ptb --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto
Exec=/usr/bin/discord-ptb --enable-features=WaylandWindowDecorations,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder --enable-unsafe-webgpu --ozone-platform-hint=auto
GenericName=Internet Messenger
Icon=discord-ptb
Name=Discord PTB

View File

@@ -1,7 +1,7 @@
[Desktop Entry]
Categories=Game;
Comment=An Open Source Launcher for GOG, Epic Games and Amazon Games
Exec=/opt/Heroic/heroic %U --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto
Exec=/opt/Heroic/heroic %U --enable-features=WaylandWindowDecorations,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder --enable-unsafe-webgpu --ozone-platform-hint=auto
Icon=heroic
MimeType=x-scheme-handler/heroic;
Name=Heroic Games Launcher

View File

@@ -0,0 +1,36 @@
[Desktop Entry]
Actions=NewDocument;NewSpreadsheet;NewPresentation;NewForm;
Categories=Office;WordProcessor;Spreadsheet;Presentation;
Comment=Edit office documents
Exec=/usr/bin/onlyoffice-desktopeditors %F --enable-features=WaylandWindowDecorations,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder --enable-unsafe-webgpu --ozone-platform-hint=auto
GenericName=Document Editor
Icon=onlyoffice-desktopeditors
Keywords=Text;Document;OpenDocument Text;Microsoft Word;Microsoft Works;odt;doc;docx;rtf;
MimeType=application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.oasis.opendocument.text-master;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.template;application/vnd.sun.xml.writer.global;application/msword;application/vnd.ms-word;application/x-doc;application/rtf;text/rtf;application/vnd.wordperfect;application/wordperfect;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.ms-word.document.macroenabled.12;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.template.macroenabled.12;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/msexcel;application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.ms-excel.sheet.macroenabled.12;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.template.macroenabled.12;application/vnd.ms-excel.sheet.binary.macroenabled.12;text/csv;text/spreadsheet;application/csv;application/excel;application/x-excel;application/x-msexcel;application/x-ms-excel;text/comma-separated-values;text/tab-separated-values;text/x-comma-separated-values;text/x-csv;application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.sun.xml.impress;application/vnd.sun.xml.impress.template;application/mspowerpoint;application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.ms-powerpoint.presentation.macroenabled.12;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.ms-powerpoint.template.macroenabled.12;application/vnd.openxmlformats-officedocument.presentationml.slide;application/vnd.openxmlformats-officedocument.presentationml.slideshow;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;x-scheme-handler/oo-office;text/docxf;text/oform;application/pdf;
Name=ONLYOFFICE
NoDisplay=false
Path=
StartupNotify=true
StartupWMClass=ONLYOFFICE
Terminal=false
TerminalOptions=
Type=Application
Version=1.0
X-KDE-SubstituteUID=false
X-KDE-Username=
[Desktop Action NewDocument]
Exec=/usr/bin/onlyoffice-desktopeditors --new:word
Name=New document
[Desktop Action NewForm]
Exec=/usr/bin/onlyoffice-desktopeditors --new:form
Name=New PDF form
[Desktop Action NewPresentation]
Exec=/usr/bin/onlyoffice-desktopeditors --new:slide
Name=New presentation
[Desktop Action NewSpreadsheet]
Exec=/usr/bin/onlyoffice-desktopeditors --new:cell
Name=New spreadsheet

View File

@@ -0,0 +1,19 @@
[Desktop Entry]
Categories=Network;FileTransfer;P2P;Qt;
Comment=Download and share files over BitTorrent
Exec=qbittorrent %U --enable-features=WaylandWindowDecorations,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder --enable-unsafe-webgpu --ozone-platform-hint=auto
GenericName=BitTorrent client
Icon=qbittorrent
Keywords=bittorrent;torrent;magnet;download;p2p;
MimeType=application/x-bittorrent;x-scheme-handler/magnet;
Name=qBittorrent
NoDisplay=false
Path=
SingleMainWindow=true
StartupNotify=false
StartupWMClass=qbittorrent
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=

View File

@@ -1,7 +1,7 @@
[Desktop Entry]
Categories=System;TerminalEmulator;
Comment=Desktop SSH Client
Exec=termius %U --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto
Exec=termius %U --enable-features=WaylandWindowDecorations,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder --enable-unsafe-webgpu --ozone-platform-hint=auto
Icon=termius
MimeType=x-scheme-handler/termius;
Name=Termius

View File

@@ -1,18 +1,21 @@
[Desktop Entry]
Categories=Network;
Comment=Vesktop is a custom Discord App aiming to give you better performance and improve linux support. Vencord comes pre-installed
Exec=/usr/bin/vesktop %U --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto
Categories=Network;InstantMessaging;
Comment[en_US]=Custom Discord desktop app with Vencord preinstalled
Comment=Custom Discord desktop app with Vencord preinstalled
Exec=vesktop --enable-features=WaylandWindowDecorations,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder --enable-unsafe-webgpu --ozone-platform-hint=auto
GenericName[en_US]=Internet Messenger
GenericName=Internet Messenger
Icon=vesktop
Keywords=discord;vencord;electron;chat;
Keywords=discord;vencord;vesktop
MimeType=x-scheme-handler/discord;
Name[en_US]=Vesktop
Name=Vesktop
NoDisplay=false
Path=
StartupNotify=true
StartupWMClass=vesktop
StartupWMClass=Vesktop;
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
MimeType=x-scheme-handler/discord;x-scheme-handler/discord