[discord] Attempts to fix the keybinding issue
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user