feat: add voxtype daemon toggle with dictation warning#5082
Open
Ergiaa wants to merge 1 commit intobasecamp:devfrom
Open
feat: add voxtype daemon toggle with dictation warning#5082Ergiaa wants to merge 1 commit intobasecamp:devfrom
Ergiaa wants to merge 1 commit intobasecamp:devfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds user-facing toggles to control the Voxtype dictation daemon and provides a safer dictation hotkey that warns when the daemon isn’t running, updating Hyprland keybindings accordingly.
Changes:
- Added
omarchy-toggle-voxtypeto start/stopvoxtype.service(user unit) to free VRAM/RAM when stopped. - Added
omarchy-toggle-dictationwrapper forvoxtype record togglethat warns when the daemon is inactive. - Updated Hyprland keybindings to separate dictation toggling from daemon toggling.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
default/hypr/bindings/utilities.conf |
Rebinds dictation toggle to wrapper and adds a dedicated daemon toggle binding. |
bin/omarchy-toggle-voxtype |
New script to toggle the user systemd Voxtype daemon with notifications. |
bin/omarchy-toggle-dictation |
New wrapper to prevent toggling dictation when the daemon is inactive (warns + exits). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
omarchy-toggle-voxtypeto start/stop voxtype daemon (frees VRAM when stopped)omarchy-toggle-dictationwrapper that warns if daemon is not runningSuper+Ctrl+X- Toggle dictation recording (warns if daemon stopped)Super+Ctrl+Alt+X- Toggle voxtype daemon (free VRAM)Changes
bin/omarchy-toggle-voxtypebin/omarchy-toggle-dictationvoxtype record togglewith daemon checkdefault/hypr/bindings/utilities.conf