Switch from Qt5 to Qt6
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -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
|
||||
|
19
README.org
19
README.org
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user