From 7a02f4fdf374ff43d5fd259a04318ccadd4e6c20 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Sun, 12 Apr 2026 18:34:13 +0000 Subject: [PATCH] niri: set STEAM_DISABLE_BROWSER_SANDBOX_FOR_CEF_OZONE to fix Steam UI on NVIDIA Wayland --- modules/home/niri/config.kdl | 1 + 1 file(s) changed, 1 insertion(s)(+), 0 deletion(s)(-) diff --git a/modules/home/niri/config.kdl b/modules/home/niri/config.kdl --- a/modules/home/niri/config.kdl +++ b/modules/home/niri/config.kdl @@ -9,6 +9,7 @@ NIXOS_OZONE_WL "1" SDL_VIDEODRIVER "wayland" JAVA_TOOL_OPTIONS "-Dsun.java2d.uiScale=2 -Dsun.awt.xembedserver=true" _JAVA_AWT_WM_NONREPARENTING "1" // xwayland-satellite blank screens + STEAM_DISABLE_BROWSER_SANDBOX_FOR_CEF_OZONE "1" // fix Steam UI flashing on NVIDIA Wayland } // Input device configuration. -- tangled.sh