From b7abf27eaf67845bf4996e5308344ed293baafdb Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 14 Aug 2022 13:39:18 -0600 Subject: [PATCH] Remove bin --- bin/sohkmc | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 bin/sohkmc diff --git a/bin/sohkmc b/bin/sohkmc deleted file mode 100755 index 23cd8f5..0000000 --- a/bin/sohkmc +++ /dev/null @@ -1,7 +0,0 @@ -# HotKey Mode Change; first argument is the mode to switch to, second argument is what to announce to the user, usually e.g. "browse mode", "focus mode". -# Note that due to the speech dispatcher client needing to be spun up on every invocation of this file, it sometimes does not respond imidiately; -# wheras the hot key daemon mode changing will happen nearly instantaneously - -#!/bin/bash -sohkctl "$1" & -spd-say "$2" &