mirror of
https://github.com/vale981/Hyprland
synced 2025-03-04 17:11:39 -05:00

this allows for a small-install footprint by running meson install -C _build --tags runtime
2 lines
239 B
Meson
2 lines
239 B
Meson
install_data('hyprland.conf', install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
|
|
install_data('hyprland.desktop', install_dir: join_paths(get_option('datadir'), 'wayland-sessions'), install_tag: 'runtime')
|