[discord] Attempts to fix the keybinding issue

This commit is contained in:
2025-08-21 10:31:05 -07:00
parent 6d1e715d9c
commit 392d6fe537

View File

@@ -8,7 +8,7 @@
discord = {
name = "Discord";
# Custom options to reduce flickering under wayland.
exec = "discord --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu";
exec = "env ELECTRON_OZONE_PLATFORM_HINT= discord --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu";
};
};
}