mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
6 lines
365 B
Meson
6 lines
365 B
Meson
install_data(
|
|
'hyprland-uwsm.desktop',
|
|
install_dir: join_paths(get_option('datadir'), 'wayland-sessions'),
|
|
install_tag: 'runtime',
|
|
)
|