From b9bb504f739aaf29f673f542bf77e1e30be5fd39 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 25 Feb 2017 02:45:56 +0000 Subject: [PATCH] Enforce GTK theme for Qt applications with qt5-styleplugins --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 9ed0e9f..3e7105e 100644 --- a/.profile +++ b/.profile @@ -14,6 +14,7 @@ export TERMINAL="termite" export BROWSER="chromium" export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" export QT_STYLE_OVERRIDE=GTK+ +export QT_QPA_PLATFORMTHEME=gtk2 # Merge system clipboards if ! [ -z $DISPLAY ] && which autocutsel &>/dev/null; then