hypr/.config/hypr/envs.conf (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
env = GDK_BACKEND,wayland # QT: Use wayland if available, fall back to x11 if not. env = QT_QPA_PLATFORM,wayland # Run SDL2 applications on Wayland. Remove or set to x11 if games that # provide older versions of SDL cause compatibility issues env = SDL_VIDEODRIVER,wayland # Clutter package already has wayland enabled, this variable #will force Clutter applications to try and use the Wayland backend env = CLUTTER_BACKEND,wayland # QT Variables # (From the QT documentation) enables automatic scaling, based on the monitor’s pixel density # https://doc.qt.io/qt-5/highdpi.html env = QT_AUTO_SCREEN_SCALE_FACTOR,1 # Disables window decorations on QT applications env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 #Tells QT based applications to pick your theme from qt5ct, use with Kvantum. env = QT_QPA_PLATFORMTHEME,qt5ct env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland env = XDG_SESSION_DESKTOP,Hyprland env = QT_QPA_PLATFORMTHEME,qt6ct env = MOZ_ENABLE_WAYLAND,1 env = WLR_NO_HARDWARE_CURSORS,1 env = HYPRLAND_NO_SD_NOTIFY,0 env = PROTON_ENABLE_WAYLAND,1 |