xprofile: tell Qt to use the GTK2 theme

This commit is contained in:
Dennis Lee 2020-04-11 18:35:05 -07:00
parent f581adb328
commit e008bbee2a

View file

@ -19,3 +19,6 @@ xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications dunst & # dunst for notifications
xset r rate 300 50 & # Speed xrate up xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle unclutter & # Remove mouse when idle
# program settings:
export QT_QPA_PLATFORMTHEME="gtk2"