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:
parent
24c2d29fce
commit
b9bb504f73
1
.profile
1
.profile
@ -14,6 +14,7 @@ export TERMINAL="termite"
|
|||||||
export BROWSER="chromium"
|
export BROWSER="chromium"
|
||||||
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
|
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
|
||||||
export QT_STYLE_OVERRIDE=GTK+
|
export QT_STYLE_OVERRIDE=GTK+
|
||||||
|
export QT_QPA_PLATFORMTHEME=gtk2
|
||||||
|
|
||||||
# Merge system clipboards
|
# Merge system clipboards
|
||||||
if ! [ -z $DISPLAY ] && which autocutsel &>/dev/null; then
|
if ! [ -z $DISPLAY ] && which autocutsel &>/dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user