Switch from Qt5 to Qt6

This commit is contained in:
Sravan Balaji
2024-06-15 07:55:36 -04:00
parent 15edcc4cab
commit 499020e911
3 changed files with 16 additions and 22 deletions

17
.gitignore vendored
View File

@@ -1,13 +1,10 @@
.config/fish/fish_variables
.config/qt5ct/qt5ct.conf
fish/.config/fish/fish_variables
qt5/.config/qt5ct/qt5ct.conf
.config/xournalpp/
!.config/xournalpp/toolbar.ini
xournalpp/.config/xournalpp/
!xournalpp/.config/xournalpp/toolbar.ini
.config/autorandr/
!.config/autorandr/postswitch
autorandr/.config/autorandr/
!autorandr/.config/autorandr/postswitch
.themes/dracula-pro
.ccls-cache/
.vim/.netrwhist
vim/.vim/.netrwhist

View File

@@ -252,19 +252,16 @@ justfile
Things to ignore in dotfiles git repo.
#+BEGIN_SRC gitignore :tangle .gitignore
.config/fish/fish_variables
.config/qt5ct/qt5ct.conf
fish/.config/fish/fish_variables
qt5/.config/qt5ct/qt5ct.conf
.config/xournalpp/
!.config/xournalpp/toolbar.ini
xournalpp/.config/xournalpp/
!xournalpp/.config/xournalpp/toolbar.ini
.config/autorandr/
!.config/autorandr/postswitch
autorandr/.config/autorandr/
!autorandr/.config/autorandr/postswitch
.themes/dracula-pro
.ccls-cache/
.vim/.netrwhist
vim/.vim/.netrwhist
#+END_SRC
* Git
@@ -8351,7 +8348,7 @@ export EDITOR="emacs" # Default editor
export GIT_EDITOR="emacs" # Default git editor
export BROWSER=vivaldi-stable # Web Browser
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
export QT_QPA_PLATFORMTHEME=qt5ct # QGtkStyle
export QT_QPA_PLATFORMTHEME=qt6ct # QGtkStyle
export _JAVA_AWT_WM_NONREPARENTING=1 # Java fix for Window Managers
#+END_SRC

View File

@@ -5,7 +5,7 @@ export EDITOR="emacs" # Default editor
export GIT_EDITOR="emacs" # Default git editor
export BROWSER=vivaldi-stable # Web Browser
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
export QT_QPA_PLATFORMTHEME=qt5ct # QGtkStyle
export QT_QPA_PLATFORMTHEME=qt6ct # QGtkStyle
export _JAVA_AWT_WM_NONREPARENTING=1 # Java fix for Window Managers
xrdb ~/.Xresources