Skip to content

Commit 1824b98

Browse files
committed
typo
1 parent 005e574 commit 1824b98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Configs/.local/share/hypr/env.conf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
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

0 commit comments

Comments
 (0)