diff options
| author | Dennis Lee <dennis@dennislee.xyz> | 2020-04-11 18:35:05 -0700 |
|---|---|---|
| committer | Dennis Lee <dennis@dennislee.xyz> | 2020-04-11 18:55:57 -0700 |
| commit | e008bbee2a47197ee79ca545706917e16843d56e (patch) | |
| tree | 1011f8bebfceccf0a15ebb6c4b7f82866ef6b050 /.config/xprofile | |
| parent | f581adb328213ecb290e048e4e3f322de4537ce5 (diff) | |
| download | eibhear-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/xprofile | 3 |
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" |
