Switch from Qt5 to Qt6
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -1,13 +1,10 @@
|
|||||||
.config/fish/fish_variables
|
fish/.config/fish/fish_variables
|
||||||
.config/qt5ct/qt5ct.conf
|
qt5/.config/qt5ct/qt5ct.conf
|
||||||
|
|
||||||
.config/xournalpp/
|
xournalpp/.config/xournalpp/
|
||||||
!.config/xournalpp/toolbar.ini
|
!xournalpp/.config/xournalpp/toolbar.ini
|
||||||
|
|
||||||
.config/autorandr/
|
autorandr/.config/autorandr/
|
||||||
!.config/autorandr/postswitch
|
!autorandr/.config/autorandr/postswitch
|
||||||
|
|
||||||
.themes/dracula-pro
|
vim/.vim/.netrwhist
|
||||||
|
|
||||||
.ccls-cache/
|
|
||||||
.vim/.netrwhist
|
|
||||||
|
19
README.org
19
README.org
@@ -252,19 +252,16 @@ justfile
|
|||||||
Things to ignore in dotfiles git repo.
|
Things to ignore in dotfiles git repo.
|
||||||
|
|
||||||
#+BEGIN_SRC gitignore :tangle .gitignore
|
#+BEGIN_SRC gitignore :tangle .gitignore
|
||||||
.config/fish/fish_variables
|
fish/.config/fish/fish_variables
|
||||||
.config/qt5ct/qt5ct.conf
|
qt5/.config/qt5ct/qt5ct.conf
|
||||||
|
|
||||||
.config/xournalpp/
|
xournalpp/.config/xournalpp/
|
||||||
!.config/xournalpp/toolbar.ini
|
!xournalpp/.config/xournalpp/toolbar.ini
|
||||||
|
|
||||||
.config/autorandr/
|
autorandr/.config/autorandr/
|
||||||
!.config/autorandr/postswitch
|
!autorandr/.config/autorandr/postswitch
|
||||||
|
|
||||||
.themes/dracula-pro
|
vim/.vim/.netrwhist
|
||||||
|
|
||||||
.ccls-cache/
|
|
||||||
.vim/.netrwhist
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Git
|
* Git
|
||||||
@@ -8351,7 +8348,7 @@ export EDITOR="emacs" # Default editor
|
|||||||
export GIT_EDITOR="emacs" # Default git editor
|
export GIT_EDITOR="emacs" # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
|
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
|
export _JAVA_AWT_WM_NONREPARENTING=1 # Java fix for Window Managers
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@ export EDITOR="emacs" # Default editor
|
|||||||
export GIT_EDITOR="emacs" # Default git editor
|
export GIT_EDITOR="emacs" # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
|
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
|
export _JAVA_AWT_WM_NONREPARENTING=1 # Java fix for Window Managers
|
||||||
|
|
||||||
xrdb ~/.Xresources
|
xrdb ~/.Xresources
|
||||||
|
Reference in New Issue
Block a user