aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/hyprland-portals.conf2
-rw-r--r--assets/meson.build2
2 files changed, 4 insertions, 0 deletions
diff --git a/assets/hyprland-portals.conf b/assets/hyprland-portals.conf
new file mode 100644
index 00000000..2ec1f0de
--- /dev/null
+++ b/assets/hyprland-portals.conf
@@ -0,0 +1,2 @@
+[preferred]
+default=hyprland \ No newline at end of file
diff --git a/assets/meson.build b/assets/meson.build
index ba2c77bd..cdfafabb 100644
--- a/assets/meson.build
+++ b/assets/meson.build
@@ -5,3 +5,5 @@ foreach type : wallpaper_types
install_data(f'wall_@type@@[email protected]', install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
endforeach
endforeach
+
+install_data('hyprland-portals.conf', install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'), install_tag: 'runtime')