mirror of
https://github.com/vale981/Hyprland
synced 2025-03-06 01:51:37 -05:00
5 lines
365 B
Meson
5 lines
365 B
Meson
install_data(
|
|
'hyprland-uwsm.desktop',
|
|
install_dir: join_paths(get_option('datadir'), 'wayland-sessions'),
|
|
install_tag: 'runtime',
|
|
)
|