sway: Enable custom file portal in firefox

This commit is contained in:
2023-03-25 11:05:03 +01:00
parent 0716666322
commit 1f932481ca

View File

@ -11,6 +11,9 @@ set -x QT_STYLE_OVERRIDE Oxygen
{% if hostname == "buran" %} {% if hostname == "buran" %}
set -x QT_QPA_PLATFORMTHEME qt5ct set -x QT_QPA_PLATFORMTHEME qt5ct
# enable custom file picker in e.g. firefox
set -x GTK_USE_PORTAL 1
{% end %} {% end %}
{% if username == "u0_a213" %} {% if username == "u0_a213" %}