From 6d9eb17ef2abb4440c1fec3581e3622a46128631 Mon Sep 17 00:00:00 2001 From: Stanislav Fifik Date: Wed, 11 Mar 2026 14:03:41 +0100 Subject: [PATCH] forcing discord to use wayland, forcing proton use wayland --- .config/environment.d/90-proton.conf | 1 + .local/share/Steam/steam_dev.cfg | 1 + .local/share/applications/discord.desktop | 10 ++++++++++ 3 files changed, 12 insertions(+) create mode 100644 .config/environment.d/90-proton.conf create mode 100644 .local/share/Steam/steam_dev.cfg create mode 100644 .local/share/applications/discord.desktop diff --git a/.config/environment.d/90-proton.conf b/.config/environment.d/90-proton.conf new file mode 100644 index 0000000..57b08a8 --- /dev/null +++ b/.config/environment.d/90-proton.conf @@ -0,0 +1 @@ +PROTON_ENABLE_WAYLAND=1 diff --git a/.local/share/Steam/steam_dev.cfg b/.local/share/Steam/steam_dev.cfg new file mode 100644 index 0000000..1bb3129 --- /dev/null +++ b/.local/share/Steam/steam_dev.cfg @@ -0,0 +1 @@ +unShaderBackgroundProcessingThreads 8 diff --git a/.local/share/applications/discord.desktop b/.local/share/applications/discord.desktop new file mode 100644 index 0000000..8eece18 --- /dev/null +++ b/.local/share/applications/discord.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Discord +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/discord --ozone-platform=wayland +Icon=discord +Type=Application +Categories=Network;InstantMessaging; +Path=/usr/bin