From e008bbee2a47197ee79ca545706917e16843d56e Mon Sep 17 00:00:00 2001 From: Dennis Lee Date: Sat, 11 Apr 2020 18:35:05 -0700 Subject: [PATCH] xprofile: tell Qt to use the GTK2 theme --- .config/xprofile | 3 +++ 1 file changed, 3 insertions(+) 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"