adds multimonitor setup, adds scaling, fixes scaling for electron apps

This commit is contained in:
2025-04-04 21:48:21 +02:00
parent 11217a47a8
commit 14be42551b
5 changed files with 29 additions and 6 deletions

View File

@ -5,3 +5,12 @@
envd = HYPRCURSOR_SIZE,24
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