From f8d26da7c054c0a4c89ab12993e00f74ea9260a1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 18 Sep 2025 11:42:17 -0400 Subject: add whisper-dictate subservice --- lib/xmonad.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/xmonad.hs b/lib/xmonad.hs index 575ad43..e58ab09 100644 --- a/lib/xmonad.hs +++ b/lib/xmonad.hs @@ -130,6 +130,8 @@ insKeys conf@(XConfig {modMask = modMask}) = -- run my script ~/bin/open-webui-ask ((meh, xK_a), spawn "open-webui-ask"), + -- toggle whisper-dictate + ((meh, xK_t), spawn "pkill -USR1 -f whisper-dictate-daemon"), -- refresh display via autorandr ( (modMask, xK_r), -- cgit v1.2.3