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 | |
| 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
| -rwxr-xr-x | .config/xprofile | 3 | ||||
| -rw-r--r-- | .profile | 1 |
2 files changed, 4 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" @@ -41,6 +41,7 @@ export LESS_TERMCAP_se="$(printf '%b' '[0m')" export LESS_TERMCAP_us="$(printf '%b' '[1;32m')" export LESS_TERMCAP_ue="$(printf '%b' '[0m')" export LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null" +export QT_QPA_PLATFORMTHEME="gtk2" # This is the list for lf icons: export LF_ICONS="di=📁:\ |
