Skip to content

Commit

Permalink
metadata: add input-method-v1.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Mar 9, 2024
1 parent 80b6d5e commit efce365
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions metadata/input-method-v1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<wayfire>
<plugin name="input-method-v1">
<_short>Input-Method-V1 Protocol</_short>
<_long>An implementation of the input-method-v1 protocol. Needed for proper functioning of input methods like Fcitx5.</_long>
<category>Utility</category>
</plugin>
</wayfire>
1 change: 1 addition & 0 deletions metadata/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install_data('gtk-shell.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('idle.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('input.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('input-device.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('input-method-v1.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('invert.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('ipc.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('ipc-rules.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
Expand Down

0 comments on commit efce365

Please sign in to comment.