mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
@@ -20,6 +20,7 @@ if gum confirm "Install Voxtype + AI model (~150MB) to enable dictation?"; then
|
|||||||
fi
|
fi
|
||||||
voxtype setup systemd
|
voxtype setup systemd
|
||||||
|
|
||||||
|
omarchy-hyprland-toggle voxtype on
|
||||||
omarchy-restart-waybar
|
omarchy-restart-waybar
|
||||||
notify-send " Voxtype Dictation Ready" "Hold F9 to dictate (or toggle with Super + Ctrl + X)." -t 10000
|
notify-send " Voxtype Dictation Ready" "Hold F9 to dictate (or toggle with Super + Ctrl + X)." -t 10000
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ if omarchy-cmd-present voxtype; then
|
|||||||
omarchy-pkg-drop voxtype-bin
|
omarchy-pkg-drop voxtype-bin
|
||||||
rm -rf ~/.config/voxtype
|
rm -rf ~/.config/voxtype
|
||||||
rm -rf ~/.local/share/voxtype
|
rm -rf ~/.local/share/voxtype
|
||||||
|
omarchy-hyprland-toggle voxtype off
|
||||||
else
|
else
|
||||||
echo "Voxtype was not installed."
|
echo "Voxtype was not installed."
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -57,10 +57,6 @@ o.bind("SUPER + CTRL + B", "Bluetooth controls", { omarchy = "bluetooth" })
|
|||||||
o.bind("SUPER + CTRL + W", "Wifi controls", { omarchy = "wifi" })
|
o.bind("SUPER + CTRL + W", "Wifi controls", { omarchy = "wifi" })
|
||||||
o.bind("SUPER + CTRL + T", "Activity", { tui = "btop" })
|
o.bind("SUPER + CTRL + T", "Activity", { tui = "btop" })
|
||||||
|
|
||||||
o.bind("SUPER + CTRL + X", "Toggle dictation", "voxtype record toggle")
|
|
||||||
o.bind("F9", "Start dictation (push-to-talk)", "voxtype record start")
|
|
||||||
o.bind("F9", "Stop dictation (push-to-talk)", "voxtype record stop", { release = true })
|
|
||||||
|
|
||||||
o.bind("SUPER + CTRL + Z", "Zoom in", function()
|
o.bind("SUPER + CTRL + Z", "Zoom in", function()
|
||||||
local zoom = hl.get_config("cursor.zoom_factor") or 1
|
local zoom = hl.get_config("cursor.zoom_factor") or 1
|
||||||
hl.config({ cursor = { zoom_factor = zoom + 1 } })
|
hl.config({ cursor = { zoom_factor = zoom + 1 } })
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
o.bind("SUPER + CTRL + X", "Toggle dictation", "voxtype record toggle")
|
||||||
|
o.bind("F9", "Start dictation (push-to-talk)", "voxtype record start")
|
||||||
|
o.bind("F9", "Stop dictation (push-to-talk)", "voxtype record stop", { release = true })
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
echo "Enable Voxtype keybindings toggle for existing installs"
|
||||||
|
|
||||||
|
if omarchy-cmd-present voxtype; then
|
||||||
|
omarchy-hyprland-toggle voxtype on
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user