Removed old script. It was never really used
This commit is contained in:
parent
0a05f5fcf5
commit
8aaa42a8ea
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user