diff options
| author | Ben Sima <ben@bensima.com> | 2025-09-18 11:42:17 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-09-18 11:42:17 -0400 |
| commit | f8d26da7c054c0a4c89ab12993e00f74ea9260a1 (patch) | |
| tree | 3d73580d38a1296c512433b32fa43ada0dfa6d10 /lib | |
| parent | 1c6de10ac4f9808e3a480ed7b7b11577d13ad005 (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/xmonad.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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), |
