Skip to content

Commit c813391

Browse files
authored
chore: Release - dev → rc (#1101)
This is an automated PR to promote changes from `dev` to `rc`. Please review and test before merging. See [TESTING.md](./TESTING.md) for complete testing instructions. According to our release policy, this PR is expected to be merged during: **Freeze Week (see release policy)** Testers are encouraged to test the changes before merging. Please note that this schedule may be adjusted based on the needs of the project. --- * fix: do not escape `;` symbol in QT_QPA_PLATFORM env var (#1100) (fa6160a) by Khing --- Please review the changes carefully before merging.
2 parents 237b1a2 + ff230e0 commit c813391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2222
$env.QT_WAYLAND_DISABLE_WINDOWDECORATION = 1 # Disables window decorations on Qt applications
2323
$env.QT_QPA_PLATFORMTHEME = qt6ct # Tells Qt based applications to pick your theme from qt5ct, use with Kvantum.
@@ -71,7 +71,7 @@ env = QT_AUTO_SCREEN_SCALE_FACTOR,1
7171
# hyprlang endif
7272

7373
# hyprlang if !QT_QPA_PLATFORM
74-
env = QT_QPA_PLATFORM,wayland\;xcb
74+
env = QT_QPA_PLATFORM,wayland;xcb
7575
# hyprlang endif
7676

7777
# hyprlang if !QT_WAYLAND_DISABLE_WINDOWDECORATION

0 commit comments

Comments
 (0)