mirror of
https://github.com/Snigdha-OS/snigdhaos-gnome-config.git
synced 2025-09-24 13:44:57 +02:00
feat: add gnome config files
This commit is contained in:
9
etc/profile.d/environment.sh
Normal file
9
etc/profile.d/environment.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
Reference in New Issue
Block a user