From 1f932481ca7f6099fff043573954aea48a4d0937 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sat, 25 Mar 2023 11:05:03 +0100 Subject: [PATCH] sway: Enable custom file portal in firefox --- tree/.config/fish/config.fish.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tree/.config/fish/config.fish.tpl b/tree/.config/fish/config.fish.tpl index b12473b..86cd6bc 100644 --- a/tree/.config/fish/config.fish.tpl +++ b/tree/.config/fish/config.fish.tpl @@ -11,6 +11,9 @@ set -x QT_STYLE_OVERRIDE Oxygen {% if hostname == "buran" %} set -x QT_QPA_PLATFORMTHEME qt5ct + +# enable custom file picker in e.g. firefox +set -x GTK_USE_PORTAL 1 {% end %} {% if username == "u0_a213" %}