diff options
Diffstat (limited to 'lib/xmonad.hs')
| -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), |
