diff options
| author | BardofSprites <[email protected]> | 2025-04-14 08:06:22 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-14 08:06:22 -0400 |
| commit | 177c6921c6f61aeb14e8e91f6fe3180537c437de (patch) | |
| tree | 61ab04d6fb5d78decb6b7b0ddfba8054cebd3d7c /xmonad/.config | |
| parent | 8214906f384d4a0e33020527bd43e8db7d75fcf1 (diff) | |
swallow hook for all terminals
Diffstat (limited to 'xmonad/.config')
| -rw-r--r-- | xmonad/.config/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad/.config/xmonad/xmonad.hs b/xmonad/.config/xmonad/xmonad.hs index 76487b0..f00fff9 100644 --- a/xmonad/.config/xmonad/xmonad.hs +++ b/xmonad/.config/xmonad/xmonad.hs @@ -44,7 +44,7 @@ myConfig xmprocs = def modMask = mod4Mask , layoutHook = avoidStruts $ myLayout , workspaces = myWorkspaces - , handleEventHook = swallowEventHook (className =? "St") (className =? "mpv" <||> className =? "Zathura") + , handleEventHook = swallowEventHook (className =? "St" <||> className =? "st") (return True) , logHook = myLogHook xmprocs , startupHook = spawn "conky -c ~/.config/conky/conky.conf" , manageHook = myManageHook |
