mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 14:26:00 +01:00
4a41d013a2
* add a hyprland portals conf * remove portal checks * typo * Nix: remove portal patch --------- Co-authored-by: Mihai Fufezan <fufexan@protonmail.com>
9 lines
388 B
Meson
9 lines
388 B
Meson
wallpaper_types = ['', 'anime_', 'anime2_']
|
|
|
|
foreach type : wallpaper_types
|
|
foreach size : [2, 4, 8]
|
|
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')
|