diff --git a/README.org b/README.org index d0200e5..0941839 100644 --- a/README.org +++ b/README.org @@ -9736,6 +9736,9 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=0 export QT_QPA_PLATFORMTHEME=qt6ct export SDL_VIDEODRIVER=wayland export CLUTTER_BACKEND=wayland + +# Native Wayland Support for Most Electron Apps +export ELECTRON_OZONE_PLATFORM_HINT=auto #+END_SRC **** Hyprland diff --git a/uwsm/.config/uwsm/env b/uwsm/.config/uwsm/env index 591a06e..30b970f 100644 --- a/uwsm/.config/uwsm/env +++ b/uwsm/.config/uwsm/env @@ -19,3 +19,6 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=0 export QT_QPA_PLATFORMTHEME=qt6ct export SDL_VIDEODRIVER=wayland export CLUTTER_BACKEND=wayland + +# Native Wayland Support for Most Electron Apps +export ELECTRON_OZONE_PLATFORM_HINT=auto