mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2024-11-25 22:35: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.
|
meant to be global shortcuts.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<interface name="hyprland_global_shortcuts_manager_v1">
|
<interface name="hyprland_global_shortcuts_manager_v1" version="1">
|
||||||
<description summary="manager to register global shortcuts">
|
<description summary="manager to register global shortcuts">
|
||||||
This object is a manager which offers requests to create global shortcuts.
|
This object is a manager which offers requests to create global shortcuts.
|
||||||
</description>
|
</description>
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
</enum>
|
</enum>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="hyprland_global_shortcut_v1">
|
<interface name="hyprland_global_shortcut_v1" version="1">
|
||||||
<description summary="a shortcut">
|
<description summary="a shortcut">
|
||||||
This object represents a single shortcut.
|
This object represents a single shortcut.
|
||||||
</description>
|
</description>
|
||||||
|
|
Loading…
Reference in a new issue