diff options
author | xyz <gky44px1999@gmail.com> | 2021-04-23 23:58:46 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-04-23 23:58:46 -0700 |
commit | 4f3719a6bc1413bfeb896338b1fba772b6d083ab (patch) | |
tree | 273284c6ca642de3a501bbb028ff81f730e28a44 | |
parent | 38d4f4aa8530b5188b3a305ee04919e1683ed79b (diff) |
add kvantum theme engine
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 1f64b75a..f2063d32 100644 --- a/.bash_profile +++ b/.bash_profile @@ -10,6 +10,8 @@ export XDG_DATA_HOME="$HOME/.local/share" export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export MANPAGER='nvim +Man!' export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc +#export QT_QPA_PLATFORMTHEME=qt5ct +export QT_STYLE_OVERRIDE=kvantum # startx when login, should be put after environmental variables so .xinitrc can use $XDG_CONFIG_HOME if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then |