Remove pi-voice-query and cliphist binding

This commit is contained in:
KK
2026-06-22 09:01:08 +02:00
parent a5be3dea45
commit 9faeb9e972
2 changed files with 0 additions and 106 deletions

View File

@@ -195,8 +195,6 @@ input "1267:12734:ELAN06FA:00_04F3:31BE_Touchpad" {
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show
# Dedicated scratchpad terminal for voice queries to pi.
for_window [app_id="pi-voice"] border pixel 2, move scratchpad
#
# Resizing containers:
#
@@ -243,15 +241,6 @@ bindsym $mod+r mode "resize"
bindcode 66 exec sh -c 'voxtype record start; pkill -USR1 -f "$HOME/.config/sway/status.sh"'
bindcode --release 66 exec sh -c 'voxtype record stop; pkill -USR1 -f "$HOME/.config/sway/status.sh"'
# Voice query to pi in a dedicated tmux session/scratchpad terminal.
# Hold $mod+Shift+x, speak, release; transcription is submitted to pi.
bindsym $mod+Shift+x exec ~/bin/pi-voice-query start
bindsym --release $mod+Shift+x exec ~/bin/pi-voice-query stop
# Pick an entry from clipboard history and copy it back to the clipboard
bindsym $mod+c exec sh -c 'cliphist list | wmenu -l 10 | cliphist decode | wl-copy'
#
# Status Bar:
#