mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 08:45:59 +01:00
10 lines
253 B
Meson
10 lines
253 B
Meson
install_data(
|
|
'hyprland.conf',
|
|
install_dir: join_paths(get_option('datadir'), 'hypr'),
|
|
install_tag: 'runtime',
|
|
)
|
|
install_data(
|
|
'hyprland.desktop',
|
|
install_dir: join_paths(get_option('datadir'), 'wayland-sessions'),
|
|
install_tag: 'runtime',
|
|
)
|