aboutsummaryrefslogtreecommitdiff
path: root/xsessionrc.d.dot/gtk.sh.link
diff options
context:
space:
mode:
Diffstat (limited to 'xsessionrc.d.dot/gtk.sh.link')
-rwxr-xr-xxsessionrc.d.dot/gtk.sh.link22
1 files changed, 22 insertions, 0 deletions
diff --git a/xsessionrc.d.dot/gtk.sh.link b/xsessionrc.d.dot/gtk.sh.link
new file mode 100755
index 0000000..30d5164
--- /dev/null
+++ b/xsessionrc.d.dot/gtk.sh.link
@@ -0,0 +1,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"