summaryrefslogtreecommitdiffstats
path: root/.config/xprofile
diff options
context:
space:
mode:
authorDennis Lee <dennis@dennislee.xyz>2020-04-11 18:35:05 -0700
committerDennis Lee <dennis@dennislee.xyz>2020-04-11 18:55:57 -0700
commite008bbee2a47197ee79ca545706917e16843d56e (patch)
tree1011f8bebfceccf0a15ebb6c4b7f82866ef6b050 /.config/xprofile
parentf581adb328213ecb290e048e4e3f322de4537ce5 (diff)
downloadeibhear-e008bbee2a47197ee79ca545706917e16843d56e.tar.gz
eibhear-e008bbee2a47197ee79ca545706917e16843d56e.tar.zst
eibhear-e008bbee2a47197ee79ca545706917e16843d56e.zip
xprofile: tell Qt to use the GTK2 theme
Diffstat (limited to '.config/xprofile')
-rwxr-xr-x.config/xprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/xprofile b/.config/xprofile
index 92861d1..662cc32 100755
--- a/.config/xprofile
+++ b/.config/xprofile
@@ -19,3 +19,6 @@ xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications
xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle
+
+# program settings:
+export QT_QPA_PLATFORMTHEME="gtk2"