diff --git a/tridactyl/scripts/speak b/tridactyl/scripts/speak deleted file mode 100755 index 5e7f794..0000000 --- a/tridactyl/scripts/speak +++ /dev/null @@ -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 - diff --git a/tridactyl/tridactylrc b/tridactyl/tridactylrc index 7edac1b..b964c4d 100644 --- a/tridactyl/tridactylrc +++ b/tridactyl/tridactylrc @@ -39,11 +39,6 @@ bind , nohlsearch bind 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