aboutsummaryrefslogtreecommitdiff
path: root/xsessionrc.d.dot/gtk.sh.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-03 16:59:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-03 16:59:55 -0300
commit12a3356805a39197fba6b4742a548c0244d5f0f3 (patch)
tree9ae0ec49f34fd6888c93d2e649bb8d0d18ebe991 /xsessionrc.d.dot/gtk.sh.link
parent84176e5da79b0688241314f123864db91dac1040 (diff)
downloadgtk-master.tar.gz
gtk-master.tar.bz2
Feat: minor revampHEADmaster
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"