From 65c59722149193fb0f8d53aa822d1be863a7a6b4 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Sat, 31 May 2025 16:10:12 +0200 Subject: [PATCH] Updated dots and added more wayland configs --- dots/.config/MangoHud/MangoHud.conf | 16 +++++++-- dots/.config/chromium-flags.conf | 4 +++ dots/.config/electron-flags.conf | 5 +-- dots/.local/share/applications/code.desktop | 12 +++---- .../share/applications/discord-canary.desktop | 2 +- .../share/applications/discord-ptb.desktop | 2 +- dots/.local/share/applications/heroic.desktop | 2 +- .../onlyoffice-desktopeditors.desktop | 36 +++++++++++++++++++ .../org.qbittorrent.qBittorrent.desktop | 19 ++++++++++ .../.local/share/applications/termius.desktop | 2 +- .../.local/share/applications/vesktop.desktop | 15 ++++---- dots/.ssh/config | 12 +++++-- 12 files changed, 104 insertions(+), 23 deletions(-) create mode 100644 dots/.config/chromium-flags.conf create mode 100644 dots/.local/share/applications/onlyoffice-desktopeditors.desktop create mode 100644 dots/.local/share/applications/org.qbittorrent.qBittorrent.desktop diff --git a/dots/.config/MangoHud/MangoHud.conf b/dots/.config/MangoHud/MangoHud.conf index 6672579..004243b 100644 --- a/dots/.config/MangoHud/MangoHud.conf +++ b/dots/.config/MangoHud/MangoHud.conf @@ -11,7 +11,7 @@ font_size=18 text_color=FFFFFF position=top-center toggle_hud=Shift_R+F12 -pci_dev=0:06:00.0 +pci_dev=0:01:00.0 table_columns=6 gpu_text=GPU gpu_stats @@ -24,12 +24,14 @@ gpu_power gpu_color=2E9762 cpu_text=CPU cpu_stats + cpu_mhz cpu_temp cpu_power cpu_color=2E97CB vram vram_color=AD64C1 +vram_color=AD64C1 ram ram_color=C26693 fps @@ -40,7 +42,17 @@ toggle_fps_limit=Shift_L+F1 fps_limit=0 #offset=0 -vsync=3 + + + + + +output_folder=/home/emerald +log_duration=30 +autostart_log=0 +log_interval=100 +toggle_logging=Shift_L+F2 + blacklist=pamac-manager,lact,ghb,bitwig-studio,ptyxis,yumex diff --git a/dots/.config/chromium-flags.conf b/dots/.config/chromium-flags.conf new file mode 100644 index 0000000..f52f6f2 --- /dev/null +++ b/dots/.config/chromium-flags.conf @@ -0,0 +1,4 @@ +--enable-features=AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder,Vulkan,SkiaGraphite +--enable-unsafe-webgpu +--enable-skia-graphite +#--ozone-platform-hint=auto \ No newline at end of file diff --git a/dots/.config/electron-flags.conf b/dots/.config/electron-flags.conf index 612fc17..f29c16a 100644 --- a/dots/.config/electron-flags.conf +++ b/dots/.config/electron-flags.conf @@ -1,2 +1,3 @@ ---enable-features=WaylandWindowDecorations ---ozone-platform-hint=auto +--enable-features=WaylandWindowDecorations,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoEncoder +--enable-unsafe-webgpu +--ozone-platform-hint=auto \ No newline at end of file diff --git a/dots/.local/share/applications/code.desktop b/dots/.local/share/applications/code.desktop index e7be99a..07b35c3 100644 --- a/dots/.local/share/applications/code.desktop +++ b/dots/.local/share/applications/code.desktop @@ -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 diff --git a/dots/.local/share/applications/discord-canary.desktop b/dots/.local/share/applications/discord-canary.desktop index 3847afc..e33687d 100644 --- a/dots/.local/share/applications/discord-canary.desktop +++ b/dots/.local/share/applications/discord-canary.desktop @@ -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 diff --git a/dots/.local/share/applications/discord-ptb.desktop b/dots/.local/share/applications/discord-ptb.desktop index 9e1586d..5b9d8f1 100644 --- a/dots/.local/share/applications/discord-ptb.desktop +++ b/dots/.local/share/applications/discord-ptb.desktop @@ -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 diff --git a/dots/.local/share/applications/heroic.desktop b/dots/.local/share/applications/heroic.desktop index 5ea65c1..61e06d6 100644 --- a/dots/.local/share/applications/heroic.desktop +++ b/dots/.local/share/applications/heroic.desktop @@ -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 diff --git a/dots/.local/share/applications/onlyoffice-desktopeditors.desktop b/dots/.local/share/applications/onlyoffice-desktopeditors.desktop new file mode 100644 index 0000000..40dbe63 --- /dev/null +++ b/dots/.local/share/applications/onlyoffice-desktopeditors.desktop @@ -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 diff --git a/dots/.local/share/applications/org.qbittorrent.qBittorrent.desktop b/dots/.local/share/applications/org.qbittorrent.qBittorrent.desktop new file mode 100644 index 0000000..18450d1 --- /dev/null +++ b/dots/.local/share/applications/org.qbittorrent.qBittorrent.desktop @@ -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= diff --git a/dots/.local/share/applications/termius.desktop b/dots/.local/share/applications/termius.desktop index 9252360..e2fa89b 100644 --- a/dots/.local/share/applications/termius.desktop +++ b/dots/.local/share/applications/termius.desktop @@ -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 diff --git a/dots/.local/share/applications/vesktop.desktop b/dots/.local/share/applications/vesktop.desktop index 945c8bd..390970d 100644 --- a/dots/.local/share/applications/vesktop.desktop +++ b/dots/.local/share/applications/vesktop.desktop @@ -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 diff --git a/dots/.ssh/config b/dots/.ssh/config index 365b6ac..7453e85 100644 --- a/dots/.ssh/config +++ b/dots/.ssh/config @@ -14,11 +14,17 @@ # LogLevel INFO -Host Pinku +Host CottonCandy HostName 10.0.0.7 User emerald -Host Ely - HostName 10.0.0.8 +Host venus + HostName 10.0.0.2 + User root +Host jupiter + HostName 10.0.0.5 + User root +Host Saturn + HostName 10.0.0.6 User root Host Neptune HostName 10.0.0.9