get rid of shitty gtk dialogs on kde

This commit is contained in:
giomba 2022-06-10 22:35:40 +02:00
parent 5d7bc57ece
commit 23b7cabac8
1 changed files with 3 additions and 0 deletions

3
zshrc
View File

@ -3838,6 +3838,9 @@ gitadduw() {
git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero - git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero -
} }
# Use QT dialogs instead of GTK ones
export GTK_USE_PORTAL=1
## END OF FILE ################################################################# ## END OF FILE #################################################################
# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4 # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
# Local variables: # Local variables: