diff options
author | Vaxry <[email protected]> | 2023-04-09 13:48:20 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-09 13:48:20 +0100 |
commit | 046ad79d11dbccc90ade48d63aaa340655d999fb (patch) | |
tree | 7ffb5ae0d0abd09cba72e42be5a27585531090e4 /protocols | |
parent | e4e653ada6fc729efad3f6a0d49cf72b94c43b6c (diff) | |
download | Hyprland-046ad79d11dbccc90ade48d63aaa340655d999fb.tar.gz Hyprland-046ad79d11dbccc90ade48d63aaa340655d999fb.zip |
GlobalShortcuts protocol impl (#1886)
Implements the `hyprland-global-shortcuts-v1` protocol
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index c7a1c038..458de862 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -31,7 +31,8 @@ protocols = [ ['pointer-constraints-unstable-v1.xml'], ['tablet-unstable-v2.xml'], ['idle.xml'], - [hl_protocol_dir, 'protocols/hyprland-toplevel-export-v1.xml'] + [hl_protocol_dir, 'protocols/hyprland-toplevel-export-v1.xml'], + [hl_protocol_dir, 'protocols/hyprland-global-shortcuts-v1.xml'] ] wl_protos_src = [] wl_protos_headers = [] |