mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 10:39:22 +01:00
11 lines
360 B
Bash
11 lines
360 B
Bash
# Visit qt6ct and set theme to kvantum for darkman!
|
|
export QT_QPA_PLATFORMTHEME=qt6ct
|
|
export QT_STYLE_OVERRIDE=kvantum
|
|
# Strongly imply these that wayland is preferred
|
|
export GDK_BACKEND=wayland
|
|
export QT_QPA_PLATFORM=wayland
|
|
export CLUTTER_BACKEND=wayland
|
|
export SDL_VIDEODRIVER=wayland
|
|
export ELECTRON_OZONE_PLATFORM_HINT=wayland
|
|
export MOZ_ENABLE_WAYLAND=1
|