From 23b7cabac8e6d4c42599cdd424690c52fa6a7cee Mon Sep 17 00:00:00 2001 From: giomba Date: Fri, 10 Jun 2022 22:35:40 +0200 Subject: [PATCH] get rid of shitty gtk dialogs on kde --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index eabd440..74b39c7 100644 --- a/zshrc +++ b/zshrc @@ -3838,6 +3838,9 @@ gitadduw() { 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 ################################################################# # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4 # Local variables: