diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-13 07:16:14 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-13 07:16:14 -0400 |
| commit | a3bccbf3f24c1ac018415539115dd219d9970f70 (patch) | |
| tree | deef1b7499058bf26265260b61bda9bc95fb2098 /.config | |
| parent | 203930c326ba04ff41df30328eefeb6dcc878abd (diff) | |
| parent | b77dc80c37cb3f43564e927dbe12a68756503f5b (diff) | |
| download | eibhear-a3bccbf3f24c1ac018415539115dd219d9970f70.tar.gz eibhear-a3bccbf3f24c1ac018415539115dd219d9970f70.tar.zst eibhear-a3bccbf3f24c1ac018415539115dd219d9970f70.zip | |
Merge branch 'ui' of https://github.com/dennisleexyz/dotfiles into dennisleexyz-ui
Diffstat (limited to '.config')
| -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" |
