Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-07-30 13:54:23 +02:00
parent 2057df3ffc
commit 2ea661c8f4
+4 -2
View File
@@ -124,8 +124,10 @@ in {
"gtk"
"hyprland"
];
# Pick files / choose download paths with yazi instead of the GTK dialog
"org.freedesktop.portal.FileChooser" = ["termfilechooser"];
# Pick files / choose download paths with yazi instead of the GTK dialog.
# Key MUST use the "impl" interface name, else xdg-desktop-portal
# ignores it and falls back to the default (gtk). See portals.conf(5).
"org.freedesktop.impl.portal.FileChooser" = ["termfilechooser"];
};
};