diff --git a/.bashrc b/.bashrc index bcfa309..5e61387 100644 --- a/.bashrc +++ b/.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 diff --git a/.gitignore b/.gitignore index 1f4cca7..4451548 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ !.vimrc !.Xresources !.xinitrc +!.xprofile !.gtkrc-2.0 !.gitignore !.inputrc diff --git a/.xinitrc b/.xinitrc index 9be4d46..33ba6b0 100644 --- a/.xinitrc +++ b/.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 diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..7af3d22 --- /dev/null +++ b/.xprofile @@ -0,0 +1 @@ +export QT_QPA_PLATFORMTHEME=qt5ct