[xmonad] Bluetile

Adam Vogt vogt.adam at gmail.com
Fri Aug 28 10:09:46 EDT 2009


* On Friday, August 28 2009, Gwern Branwen wrote:

>I'd like something like the Ratpoison help that briefly covers the mod
>key issue ('all XMonad commands are keystrokes which start by holding
>the modifier key; the default modifier key is mod1Mask, usually your
>Alt or Meta key') and then lists all the default keybindings, but this
>might be hard to do in a non-copypaste fashion (it should be easy to
>call show on the list of keys, yes, but how does one do Show on the
>X() functions those keys correspond to?).

There is a typeclass-based approach, implemented in
XMonad.Util.NamedActions (darcs contrib), which may be worth
consideration.

--
Adam


More information about the xmonad mailing list