From: Andre Ramnitz Date: Wed, 17 Jul 2024 05:35:55 +0000 (+0200) Subject: export GTK_USE_PORTAL=1 X-Git-Tag: v0.2~163 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=090557bf3349ee29d96e368b1949b398d13ad081;p=dotfiles.git export GTK_USE_PORTAL=1 --- diff --git a/home/dot-bash_profile b/home/dot-bash_profile index 9f3d4196..8a5d657f 100644 --- a/home/dot-bash_profile +++ b/home/dot-bash_profile @@ -4,6 +4,7 @@ export VDPAU_DRIVER=radeonsi export EDITOR="kcr edit" export FZF_DEFAULT_OPTS='--multi --layout=reverse --preview-window=down:60%' export ZSTD_NBTHREADS="0" +export GTK_USE_PORTAL=1 # This file is sourced by bash for login shells. The following line # runs your .bashrc and is recommended by the bash info pages.