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" &