Made Qt theme work
This commit is contained in:
parent
c852b191a4
commit
a623fb263c
4 changed files with 3 additions and 3 deletions
2
.bashrc
2
.bashrc
|
@ -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
1
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
|||
!.vimrc
|
||||
!.Xresources
|
||||
!.xinitrc
|
||||
!.xprofile
|
||||
!.gtkrc-2.0
|
||||
!.gitignore
|
||||
!.inputrc
|
||||
|
|
2
.xinitrc
2
.xinitrc
|
@ -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
1
.xprofile
Normal file
|
@ -0,0 +1 @@
|
|||
export QT_QPA_PLATFORMTHEME=qt5ct
|
Loading…
Reference in a new issue