fixes multi-monitor setup fullscreen switching on the first monitor

This commit is contained in:
2025-12-02 21:12:25 +01:00
parent 649e324ac7
commit 03e8aa1343
12 changed files with 58 additions and 54 deletions

View File

@@ -7,13 +7,13 @@ envd = XCURSOR_SIZE,24
envd = QT_CURSOR_SIZE,24
# Force electron apps to use wayland
# env = ELECTRON_OZONE_PLATFORM_HINT, auto
# env = QT_QPA_PLATFORM, wayland
# env = SDL_VIDEODRIVER, wayland
# env = CLUTTER_BACKEND, wayland
# env = XDG_SESSION_TYPE, wayland
# env = MOZ_ENABLE_WAYLAND, 1
# env = NIXOS_OZONE_WL, 1
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
env = QT_QPA_PLATFORM, wayland
env = SDL_VIDEODRIVER, wayland
env = CLUTTER_BACKEND, wayland
env = XDG_SESSION_TYPE, wayland
env = MOZ_ENABLE_WAYLAND, 1
env = NIXOS_OZONE_WL, 1
# fixes full screen flickering
env = WLR_DRM_NO_DIRECT_SCANOUT,1