diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-06 01:26:51 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-06 03:11:08 +0100 |
| commit | a25b55b7fcd7eb002993ed48ada376bf5cccfd2b (patch) | |
| tree | 717099e8bf1e0cf12acc7bf6e1f822fba4223f4e | |
| parent | 209185f7570ada755aa7a00bdaae1bb9f2848ad1 (diff) | |
Use simple fusion style for now
| -rw-r--r-- | roles/hyprland/templates/uwsm-env.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/hyprland/templates/uwsm-env.j2 b/roles/hyprland/templates/uwsm-env.j2 index 7d5f4f88..4751c1b6 100644 --- a/roles/hyprland/templates/uwsm-env.j2 +++ b/roles/hyprland/templates/uwsm-env.j2 @@ -7,7 +7,7 @@ export XCURSOR_SIZE=24 # Force all apps to use Wayland export QT_QPA_PLATFORM="wayland;xcb" -export QT_STYLE_OVERRIDE=kvantum +export QT_STYLE_OVERRIDE=fusion export SDL_VIDEODRIVER=wayland export MOZ_ENABLE_WAYLAND=1 export ELECTRON_OZONE_PLATFORM_HINT=wayland |
