mirror of
https://github.com/Snigdha-OS/snigdhaos-gnome-config.git
synced 2025-09-23 21:34:56 +02:00
10 lines
195 B
Bash
10 lines
195 B
Bash
#!/bin/bash
|
|
|
|
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
|
|
export QT_QPA_PLATFORM=wayland
|
|
export MOZ_ENABLE_WAYLAND=1
|
|
fi
|
|
|
|
# Set some other environment variables
|
|
export QT_STYLE_OVERRIDE=kvantum
|