1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2025-03-02 17:02:44 +01:00
Hyprland/example/meson.build

11 lines
253 B
Meson
Raw Normal View History

2024-09-11 19:00:47 +03:00
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',
)