Removed old script. It was never really used

This commit is contained in:
James Patrick 2024-08-21 23:17:48 -04:00
parent 0a05f5fcf5
commit 8aaa42a8ea
No known key found for this signature in database
2 changed files with 0 additions and 24 deletions

View File

@ -1,19 +0,0 @@
#!/bin/bash
# -*- sh -*-
message="$@"
case "$OSTYPE" in
darwin*)
say "$message"
;;
linux*)
mimic \
--setf duration_stretch=0.65 \
-t "$message" \
-voice 'kal16'
#-voice 'slt'
;;
*)
echo "unsupported OS"
esac

View File

@ -39,11 +39,6 @@ bind ,<Space> nohlsearch
bind <Space> fillcmdline_notrail
" Text to speech is broken on all of my firefox instances. I'll just use my
" own.
unbind ;r
bind ;r composite hint -pipe * textContent | shellescape | exclaim_quiet ./scripts/speak
" Settings
set smoothscroll true
set incsearch true