Skip to content

Commit 010391e

Browse files
committed
image: bake wtype for the voice dictation tooling
wtype does virtual-keyboard text injection (niri implements the zwp_virtual_keyboard protocol it needs). The dotfiles voice-dictate script types transcribed speech into the focused window with it. Host-side Wayland tool, so it belongs in the image rather than layered; the heavy STT engines stay out, provisioned into a toolbox by dotfiles bin/voice-setup.
1 parent de2c77a commit 010391e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

recipes/recipe.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ modules:
5353
# polkit-gnome is retired in F44; mate-polkit is the lightweight GTK agent
5454
# (ships /usr/libexec/polkit-mate-authentication-agent-1).
5555
- mate-polkit
56+
# wtype — virtual-keyboard text injection (niri implements the
57+
# zwp_virtual_keyboard protocol it uses). The voice dictation tooling
58+
# (dotfiles: bin/voice-dictate, provisioned by bin/voice-setup) types
59+
# transcribed speech into the focused window with it; also handy for any
60+
# host-side "paste as keystrokes" scripting.
61+
- wtype
5662
# session niceties
5763
- brightnessctl
5864
- playerctl

0 commit comments

Comments
 (0)