1
0
Fork 0

minor fixes

This commit is contained in:
Luca Bilke 2025-02-26 18:35:32 +01:00
parent 3a58afa8f7
commit a65fff9334
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5
2 changed files with 2 additions and 2 deletions
common
.config/aichat/functions/agents/ansible-coder
.local/libexec/dwm

View file

View file

@ -91,7 +91,7 @@ askrecording() {
screencast) screencast ;;
audio) audio ;;
video) video ;;
*selected) videoselected ;;
"video selected") videoselected ;;
webcam) webcam ;;
"webcam (hi-def)") webcamhidef ;;
esac
@ -119,7 +119,7 @@ case "$1" in
screencast) screencast ;;
audio) audio ;;
video) video ;;
*selected) videoselected ;;
"video selected") videoselected ;;
kill) killrecording ;;
*) ([ -f /tmp/recordingpid ] && asktoend && exit) || askrecording ;;
esac