aboutsummaryrefslogtreecommitdiff
path: root/xsessionrc.d.dot/gtk.sh.link
blob: 30d51641e1976f5651bdd77192f0aea830ed33cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# 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"