aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-09-11 19:00:47 +0300
committerMihai Fufezan <[email protected]>2024-09-11 19:09:17 +0300
commite01da1fd7a50ab0baeaba074f2a14c826b05bf1c (patch)
treecc16aa35e2c6364e40934ae5df868beef8584fb9 /example
parent7a8c013edcbc59804a98fffa0436efcb268e1cda (diff)
downloadHyprland-e01da1fd7a50ab0baeaba074f2a14c826b05bf1c.tar.gz
Hyprland-e01da1fd7a50ab0baeaba074f2a14c826b05bf1c.zip
Meson: format
Diffstat (limited to 'example')
-rw-r--r--example/meson.build12
1 files changed, 10 insertions, 2 deletions
diff --git a/example/meson.build b/example/meson.build
index 2fb3a35e..a338644e 100644
--- a/example/meson.build
+++ b/example/meson.build
@@ -1,2 +1,10 @@
-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')
+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',
+)