aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config/CustomKeys.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CustomKeys.hs: moved into `Util' directoryValery V. Vorotyntsev2007-11-141-76/+0
| | | | | | I still wonder why do we need all those configuration examples. :) darcs-hash:20071114153418-ae588-f5280e0c2f0de7aebec97b81f934b2529aba4f0f.gz
* fix EZConfig documentationDevin Mullins2007-11-141-1/+1
| | | | darcs-hash:20071114120442-78224-5c569e0a5f76a8527223d8ced1d18670077ef73e.gz
* CustomKeys.hs (customKeysFrom): new functionValery V. Vorotyntsev2007-11-131-9/+20
| | | | | | | Update third-party configuration to fit your key preferences. Extended documentation. darcs-hash:20071113201852-ae588-fffe70dda24c09102b39e3a05cd6f9fd6f1c7f1f.gz
* XMonad.Config.CustomKeys - new moduleValery V. Vorotyntsev2007-11-121-0/+65
This module is another key bindings customization helper. Differences from XMonad.Util.EZConfig by Devin Mullins: EZConfig -- M.union/M.difference CustomKeys -- Monad.Reader + foldr'ed M.insert/M.delete IMHO, both modules could evolve into something nice. :) Please discuss at the mailing list. darcs-hash:20071112175530-ae588-abdff35dfe36459867a21d6d181e4c91aab5b0d2.gz