1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Enforce GTK theme for Qt applications with qt5-styleplugins

This commit is contained in:
Joe Groocock 2017-02-25 02:45:56 +00:00
parent 24c2d29fce
commit b9bb504f73
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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