From 12a3356805a39197fba6b4742a548c0244d5f0f3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 3 Jul 2024 16:59:55 -0300 Subject: Feat: minor revamp --- xsessionrc.d.dot/gtk.sh.link | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 xsessionrc.d.dot/gtk.sh.link (limited to 'xsessionrc.d.dot') 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" -- cgit v1.2.3