Skip to content

Commit

Permalink
Add xdg-desktop-portal config (#443)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Strobl <[email protected]>
  • Loading branch information
serebit and JoshStrobl authored Sep 5, 2023
1 parent 8e6951b commit 98f20ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/budgie-portals.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[preferred]
# Use xdg-desktop-portal-gtk for every portal interface
default=gtk
5 changes: 5 additions & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ install_data(
version_file,
install_dir: join_paths(datadir, 'budgie')
)

install_data(
'budgie-portals.conf',
install_dir: join_paths(datadir, 'xdg-desktop-portal')
)

0 comments on commit 98f20ad

Please sign in to comment.