[xmonad] Configure eating of keys based on window class

Jiří Maršíček jiri.marsicek at gmail.com
Mon Feb 16 13:27:38 UTC 2015


Hi,

would it be possible to configure xmonad to eat certain keys or key
combinations to windows based on some predicate (window className) or
globaly?


I have tried to define this globaly by adding the following line to my
keybindings:

   ((0, xK_Super_L), return ())

(As explained in
https://mail.haskell.org/pipermail/xmonad/2012-February/012402.html)


But this does not appear to work (key is still processed in the active
window)

Thanks a lot for any thoughts.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/xmonad/attachments/20150216/d0fc060a/attachment.html>


More information about the xmonad mailing list