Update
This commit is contained in:
@@ -237,8 +237,8 @@ bindsym $mod+r mode "resize"
|
||||
|
||||
# Push-to-talk: hold Caps Lock to record, release to transcribe.
|
||||
# xkb_options caps:none above disables the normal Caps Lock toggle, so bind by keycode.
|
||||
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"'
|
||||
# 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"'
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
print_status() {
|
||||
volume_info=$(wpctl get-volume @DEFAULT_AUDIO_SINK@ 2>/dev/null)
|
||||
|
||||
Reference in New Issue
Block a user