diff options
author | Vaxry <[email protected]> | 2024-04-25 14:32:35 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-25 14:32:35 +0100 |
commit | 01df3b73d815beaa892849ae7bd4eddc94642dc7 (patch) | |
tree | 468929431da9777616ccc7b483260df4060cd301 /CMakeLists.txt | |
parent | ecf282d331a8aa19c0fe10c739cd31d3b3ab64a2 (diff) | |
download | Hyprland-01df3b73d815beaa892849ae7bd4eddc94642dc7.tar.gz Hyprland-01df3b73d815beaa892849ae7bd4eddc94642dc7.zip |
shortcuts-inhibitor: move to new impl
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d11ec813..8e420570 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -273,6 +273,7 @@ protocolNew("unstable/xdg-decoration/xdg-decoration-unstable-v1.xml" "xdg-decora protocolNew("staging/alpha-modifier/alpha-modifier-v1.xml" "alpha-modifier-v1" false) protocolNew("staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml" "ext-foreign-toplevel-list-v1" false) protocolNew("unstable/pointer-gestures/pointer-gestures-unstable-v1.xml" "pointer-gestures-unstable-v1" false) +protocolNew("unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml" "keyboard-shortcuts-inhibit-unstable-v1" false) # tools add_subdirectory(hyprctl) |