diff options
author | gnusenpai <[email protected]> | 2023-10-02 09:51:15 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-02 10:51:15 +0100 |
commit | 778bdf730ff957521cc114d170bc82fc44b8be22 (patch) | |
tree | 094f2bc86473d7a374c55540c8220a93e07c2600 /assets | |
parent | 763bb2d3bc81dd8d73d464d8ede1a3c696dd0555 (diff) | |
download | Hyprland-778bdf730ff957521cc114d170bc82fc44b8be22.tar.gz Hyprland-778bdf730ff957521cc114d170bc82fc44b8be22.zip |
internal: Add GTK portal as fallback (#3469)
needed for XDP 1.17+ since the fallback to the GTK portal was removed
Diffstat (limited to 'assets')
-rw-r--r-- | assets/hyprland-portals.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/hyprland-portals.conf b/assets/hyprland-portals.conf index 2ec1f0de..da8b5db0 100644 --- a/assets/hyprland-portals.conf +++ b/assets/hyprland-portals.conf @@ -1,2 +1,2 @@ [preferred] -default=hyprland
\ No newline at end of file +default=hyprland;gtk
\ No newline at end of file |