diff --git a/settings/hyprland.nix b/settings/hyprland.nix index a4a4991..39b5d83 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -83,6 +83,13 @@ "XCURSOR_SIZE,24" "HYPRCURSOR_THEME,Adwaita" "HYPRCURSOR_SIZE,24" + + # Prefer native Wayland backends where the app supports it. + "ELECTRON_OZONE_PLATFORM_HINT,wayland" # Vesktop, VSCodium + "MOZ_ENABLE_WAYLAND,1" # Zen / Firefox family + "QT_QPA_PLATFORM,wayland;xcb" # Qt apps, XWayland fallback + "SDL_VIDEODRIVER,wayland" # SDL apps + "_JAVA_AWT_WM_NONREPARENTING,1" # Java tiling fix ]; "$mod" = "SUPER";