# # ~/.config/profile.d/30_desktop.sh -- Environment variables for clients / desktop environments. # # GNOME Keyring is used as an SSH agent on desktops export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh" # Preferred applications export TERMINAL=sakura export BROWSER=firefox # Wine: Do not change filetype associations export WINEDLLOVERRIDES=winemenubuilder.exe=d # Firefox: Enable pixel-perfect scrolling export MOZ_USE_XINPUT2=1 # Set dark theme for Gtk applications export GTK_THEME=Adwaita:dark # Use qt6ct to configure Qt styling # (You should install qt6ct-kde from AUR, as well as the breeze theme.) export QT_QPA_PLATFORMTHEME=qt6ct