summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-13 07:16:14 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-13 07:16:14 -0400
commita3bccbf3f24c1ac018415539115dd219d9970f70 (patch)
treedeef1b7499058bf26265260b61bda9bc95fb2098 /.config
parent203930c326ba04ff41df30328eefeb6dcc878abd (diff)
parentb77dc80c37cb3f43564e927dbe12a68756503f5b (diff)
downloadeibhear-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/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"