# # GTK X session functionality # # Set the GTK theme # # This is an alternative way to set the theme other than using XSETTINGS or # using $XDG_CONFIG_HOME/gtk-3.0/settings.ini # # Check https://wiki.archlinux.org/title/GTK #GTK_THEME=Blackbird # Make QT applications to use GTK styles # # Check https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications # https://wiki.archlinux.org/title/Qt # https://doc.qt.io/qt-6/qpa.html # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983536 # # Check also the xnm-tray script at the https://git.fluxo.info/utils-x11 #export XDG_CURRENT_DESKTOP="GNOME" #export QT_QPA_PLATFORMTHEME="gnome"