Made Qt theme work

This commit is contained in:
Logan G 2020-01-21 22:25:08 -07:00
parent c852b191a4
commit a623fb263c
4 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,5 @@ alias pacman-clean='pacman -Rsn $(pacman -Qdtq)'
complete -cf sudo
export QT_QPA_PLATFORMTHEME=qt5ct
PS1='[\u@\h \W]\$ '
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh

1
.gitignore vendored
View file

@ -5,6 +5,7 @@
!.vimrc
!.Xresources
!.xinitrc
!.xprofile
!.gtkrc-2.0
!.gitignore
!.inputrc

View file

@ -56,6 +56,6 @@ fi
#exec startkde
#export QT_QPA_PLATFORMTHEME=qt5ct
export QT_QPA_PLATFORMTHEME=qt5ct
#export QT_QPA_PLATFORMTHEME=gtk3
exec dbus-launch i3

1
.xprofile Normal file
View file

@ -0,0 +1 @@
export QT_QPA_PLATFORMTHEME=qt5ct