keybinds: add inhibiting gestures under shortcut inhibitors (#12692)
This commit is contained in:
parent
ea444c35bb
commit
f8464866eb
8 changed files with 530 additions and 21 deletions
|
|
@ -96,7 +96,9 @@ endfunction()
|
|||
|
||||
protocolnew("staging/pointer-warp" "pointer-warp-v1" false)
|
||||
protocolnew("stable/xdg-shell" "xdg-shell" false)
|
||||
protocolnew("unstable/keyboard-shortcuts-inhibit" "keyboard-shortcuts-inhibit-unstable-v1" false)
|
||||
|
||||
clientNew("pointer-warp" PROTOS "pointer-warp-v1" "xdg-shell")
|
||||
clientNew("pointer-scroll" PROTOS "xdg-shell")
|
||||
clientNew("child-window" PROTOS "xdg-shell")
|
||||
clientNew("child-window" PROTOS "xdg-shell")
|
||||
clientNew("shortcut-inhibitor" PROTOS "xdg-shell" "keyboard-shortcuts-inhibit-unstable-v1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue