File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Configs/.local/share/hypr Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Big CHANGE in HyDE! We are now using `uwsm` for session management and app2unit
1010
1111** PLEASE run install.sh again to upgrade and install missing dependencies!!!**
1212
13+ Upon opening in you SDDM, Please choose ` Hyprland (UWSM Managed) ` as your session. Or else you will handle the session yourself!
14+
1315### Changed
1416
1517- Hyprlock: Sourcing hyprlock/HyDE.conf as default theme
Original file line number Diff line number Diff line change 1717# Qt Variables - https://wiki.hyprland.org/Configuring/Environment-variables/#qt-variables
1818
1919$env.QT_AUTO_SCREEN_SCALE_FACTOR = 1 # (From the Qt documentation) enables automatic scaling, based on the monitor’s pixel density
20- $env.QT_QPA_PLATFORM = wayland
21- xcb # Tell Qt applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
20+ $env.QT_QPA_PLATFORM = wayland\;xcb # Tell Qt applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
2221
2322$env.QT_WAYLAND_DISABLE_WINDOWDECORATION = 1 # Disables window decorations on Qt applications
2423$env.QT_QPA_PLATFORMTHEME = qt6ct # Tells Qt based applications to pick your theme from qt5ct, use with Kvantum.
@@ -72,8 +71,7 @@ env = QT_AUTO_SCREEN_SCALE_FACTOR,1
7271# hyprlang endif
7372
7473# hyprlang if !QT_QPA_PLATFORM
75- env = QT_QPA_PLATFORM,wayland
76- xcb
74+ env = QT_QPA_PLATFORM,wayland\;xcb
7775# hyprlang endif
7876
7977# hyprlang if !QT_WAYLAND_DISABLE_WINDOWDECORATION
You can’t perform that action at this time.
0 commit comments