From 8aaa42a8ea68133af704b06cd7ff96006e7d3dec Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 21 Aug 2024 23:17:48 -0400 Subject: [PATCH] Removed old script. It was never really used --- tridactyl/scripts/speak | 19 ------------------- tridactyl/tridactylrc | 5 ----- 2 files changed, 24 deletions(-) delete mode 100755 tridactyl/scripts/speak 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