From 090557bf3349ee29d96e368b1949b398d13ad081 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Wed, 17 Jul 2024 07:35:55 +0200 Subject: [PATCH] export GTK_USE_PORTAL=1 --- home/dot-bash_profile | 1 + 1 file changed, 1 insertion(+) 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. -- 2.51.2