diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-04 21:28:36 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-04 21:28:36 -0500 |
| commit | 06d1242317f7159ccf3014f0a1480e7c56236ebb (patch) | |
| tree | 89863b3287ae2c7cc88cd532220f18c38e8d8657 /hyprland/dot-config/uwsm/env | |
| parent | 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf (diff) | |
add all sorts of things
Diffstat (limited to 'hyprland/dot-config/uwsm/env')
| -rw-r--r-- | hyprland/dot-config/uwsm/env | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hyprland/dot-config/uwsm/env b/hyprland/dot-config/uwsm/env index a2bd337..447ac24 100644 --- a/hyprland/dot-config/uwsm/env +++ b/hyprland/dot-config/uwsm/env @@ -7,9 +7,9 @@ export BROWSER=qutebrowser export TERMINAL=alacritty # Wayland configuration -export GDK_BACKEND='wayland,x11,*' -export QT_QPA_PLATFORM='wayland;xcb' -export QT_STYLE_OVERRIDE=kvantum +export QT_QPA_PLATFORM=wayland +export QT_QPA_PLATFORMTHEME=qt5ct +# export QT_STYLE_OVERRIDE=kvantum export SDL_VIDEODRIVER=wayland export OZONE_PLATFORM=wayland export ELECTRON_OZONE_PLATFORM_HINT=wayland |
