internal: Fix XDP multi-portal issues (#3077)
* add a hyprland portals conf * remove portal checks * typo * Nix: remove portal patch --------- Co-authored-by: Mihai Fufezan <fufexan@protonmail.com>
This commit is contained in:
parent
299d201e56
commit
4a41d013a2
7 changed files with 6 additions and 47 deletions
2
assets/hyprland-portals.conf
Normal file
2
assets/hyprland-portals.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[preferred]
|
||||
default=hyprland
|
||||
|
|
@ -5,3 +5,5 @@ foreach type : wallpaper_types
|
|||
install_data(f'wall_@type@@size@K.png', 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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue