mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2024-11-08 06:45:59 +01:00
add missing iface vers
This commit is contained in:
parent
81e6938c0e
commit
a5a4d21ce3
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
meant to be global shortcuts.
|
||||
</description>
|
||||
|
||||
<interface name="hyprland_global_shortcuts_manager_v1">
|
||||
<interface name="hyprland_global_shortcuts_manager_v1" version="1">
|
||||
<description summary="manager to register global shortcuts">
|
||||
This object is a manager which offers requests to create global shortcuts.
|
||||
</description>
|
||||
|
@ -70,7 +70,7 @@
|
|||
</enum>
|
||||
</interface>
|
||||
|
||||
<interface name="hyprland_global_shortcut_v1">
|
||||
<interface name="hyprland_global_shortcut_v1" version="1">
|
||||
<description summary="a shortcut">
|
||||
This object represents a single shortcut.
|
||||
</description>
|
||||
|
|
Loading…
Reference in a new issue