[xmonad] Re: Call for xmonad.hs

Brent Yorgey byorgey at seas.upenn.edu
Tue Nov 4 07:54:50 EST 2008


On Tue, Nov 04, 2008 at 10:39:19AM -0200, Maurí­cio wrote:
>>> 'defaultTConf' comes from the old Layout.Tabbed. (...)
>
>> (...) Incidentally, now 23 out of the 27 configurations import Data.Map.
>
>
> I think Data.Map.fromList is necessary for writing
> keyboard bindings. So, maybe you can say at most 23
> out of 27 configurations rebind keys.

That's not entirely accurate; there are modules (like EZConfig) that
abstract away the operation of rebinding keys, so you don't have to
explicitly refer to Data.Map in order to rebind keys.  My config does
import Data.Map, but I use it in conjunction with mouse bindings and a
submap, not key bindings.

-Brent


More information about the xmonad mailing list