diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-26 01:03:58 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-26 01:03:58 -0700 |
commit | d256e05451feee81473ce9385581c7ec76cd8fa1 (patch) | |
tree | 8e7811718d31657918b1b636108403db8337f207 /.profile | |
parent | 9f07a17ae92aa2694263af09f6236ad7d72a0c90 (diff) |
hardcode-fixer for icon, qt5-styleplugins
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,8 @@ export BROWSER=firefox export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc" #export QT_QPA_PLATFORMTHEME=qt5ct -export QT_STYLE_OVERRIDE=kvantum +export QT_QPA_PLATFORMTHEME=gtk2 +#export QT_STYLE_OVERRIDE=kvantum export SDCV_PAGER='less --quit-if-one-screen -RX' export SXHKD_SHELL=sh export _ZO_ECHO=1 |