aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Config/Droundy.hs: -Wall police, add -fno-warn-orphansBrent Yorgey2007-11-161-1/+1
| | | | darcs-hash:20071116155202-bd4d7-f97646efe74f1261758424f403f9f3b8f8e44457.gz
* Arossato: my terminal is urxvtAndrea Rossato2007-11-161-1/+1
| | | | darcs-hash:20071116201533-32816-3e5fc6094723dd77c9e88edb1919363470b3d086.gz
* Arossato: removed unneeded bitsAndrea Rossato2007-11-161-1/+0
| | | | darcs-hash:20071116104753-32816-d2627ac862e11a5686f458d2db32aad6e0b6d00a.gz
* Arossato: documentationAndrea Rossato2007-11-151-6/+47
| | | | darcs-hash:20071115191039-32816-50a5a1d99a8370e5e2cc348c660c493ae5b90211.gz
* remove unneeded Data.Bits imports.David Roundy2007-11-151-1/+0
| | | | darcs-hash:20071115161346-72aca-58745545e0e1b46ffc5b6725c4fa558b6edd820d.gz
* 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
* Arossato: removed unneeded bitsAndrea Rossato2007-11-141-4/+1
| | | | darcs-hash:20071114172500-32816-172b078b925fa62944d660721a1a4805f1491fc4.gz
* improve shrinking in Droundy.hsDavid Roundy2007-11-141-0/+8
| | | | darcs-hash:20071114142127-72aca-bd932e519c8b5efcb60cd9239d2a1c039da080de.gz
* Arossato: just code formattingAndrea Rossato2007-11-141-7/+8
| | | | darcs-hash:20071114142213-32816-2317c54fcf1c8f21f89f6f8e03c8c8514768fb59.gz
* Arossato: typoAndrea Rossato2007-11-141-1/+1
| | | | darcs-hash:20071114142046-32816-c6843df38283b5d369bfae7bccc983bb7ea1cf83.gz
* Arossato: some keybindings tuningAndrea Rossato2007-11-141-1/+12
| | | | darcs-hash:20071114141719-32816-a3203ca3c9a6c4b7efbc2124498e1adbb98ad6aa.gz
* Arossato: just code formattingsAndrea Rossato2007-11-141-16/+19
| | | | darcs-hash:20071114135352-32816-2598d866711d0b8ab0e7e0e77b361993ece19a65.gz
* Config.Arossato: my hand has been forced to pick up a true combinator set...Andrea Rossato2007-11-141-99/+53
| | | | darcs-hash:20071114133848-32816-070abbc9940de1ab9a33d23b42dbb052fd6db77a.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
* Arossato: cleanup and fine-tuningAndrea Rossato2007-11-131-25/+31
| | | | darcs-hash:20071113163906-32816-161087e42e635a29dd6c370d719f15e8eb971197.gz
* make shrinker preserved over restart in tabbed.David Roundy2007-11-131-4/+18
| | | | darcs-hash:20071113163116-72aca-e299ebe5cb2a80daa30c526ba64305a7469d1dd6.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
* prune Droundy.hs.David Roundy2007-11-121-24/+2
| | | | darcs-hash:20071112172032-72aca-dd624f0434e4c10a7d3697a7a1546d33f5b94a27.gz
* changes to work with XConfig of kind * -> *.David Roundy2007-11-113-9/+9
| | | | darcs-hash:20071111005629-72aca-19e9e88bd2c31a9d5a3bbccbb9a569a8cd8fd2bc.gz
* add two new modules, one to name layouts, another to select a layout.David Roundy2007-11-111-2/+5
| | | | | | | | | | The latter is pretty useless, as there's no way to find out what layouts are available, but it can at least allow you to select between any layouts that you happen to be using already (in one workspace or another). The former is handy any time you'd rather have a short name for a layout (either for selecting, or for viewing in a status bar). darcs-hash:20071111195036-72aca-8ffbd496a9dbbdd7ca7e92a5bbedb568b2384485.gz
* add withWorkspace prompt, which automatically creates workspace if nonexistent.David Roundy2007-11-091-12/+2
| | | | darcs-hash:20071109152124-72aca-966fc515a4e1f52fc16929680e152c27d20fb60c.gz
* clean up Droundy.hs.David Roundy2007-11-071-3/+3
| | | | darcs-hash:20071107144106-72aca-542bd84d8a5a31b64eb020668c0c87f621197898.gz
* Remove spurious import in Arossato's config.Chris Mears2007-11-071-1/+0
| | | | darcs-hash:20071107215630-03b70-1add91e5c482445a351243d40305b9c3135329ac.gz
* Add my configuration fileAndrea Rossato2007-11-071-0/+145
| | | | | | Spencer and David: you really did a great job. Thank you guys! darcs-hash:20071107191305-32816-da8612ddf8ae92098c562bac0f591360c74f87bb.gz
* add higher order 'dzen' functionDon Stewart2007-11-071-9/+6
| | | | | | | | The intent is that: main darcs-hash:20071107183107-cba2c-9b30182c82b98ccb2bf41f7c574946cbcb1be95f.gz
* Use spawnPipe in sjanssenConfigSpencer Janssen2007-11-071-3/+7
| | | | darcs-hash:20071107082637-a5988-5eb4742b3580e2b53bab10db7e45e1f8d752cb86.gz
* Stupid mistakeSpencer Janssen2007-11-051-1/+1
| | | | darcs-hash:20071105101052-a5988-85ea32f57ff70072017102150cf4ea09197eb1c9.gz
* fix Config.Droundy to compile again.David Roundy2007-11-051-214/+64
| | | | darcs-hash:20071105205339-72aca-df4311b8589e3672fafd603f9898bfb2eea37575.gz
* -Wall policeSpencer Janssen2007-11-051-13/+11
| | | | darcs-hash:20071105060036-a5988-67e0d7402a87ae5d672e5b556a5a03caf6ad5559.gz
* Minor updates to Sjanssen.hsSpencer Janssen2007-11-051-10/+2
| | | | darcs-hash:20071105055022-a5988-4de12c4b6b4141910bd154bd1ae69c1b21771cad.gz
* forgot to add my config fileDon Stewart2007-11-051-0/+27
| | | | darcs-hash:20071105025856-cba2c-05a0dcd2caabc70ccb900ee03515165464cb3d63.gz
* build with optimisations on as usual, fix a few compile errorsDon Stewart2007-11-052-10/+13
| | | | darcs-hash:20071105024858-cba2c-487d19f4b02e347f1ae744afcbad0c3e73db01e0.gz
* Add XMonad.Config.SjanssenSpencer Janssen2007-11-051-0/+50
| | | | darcs-hash:20071105005832-a5988-faa21c833bbe9ef9cc09af4dd1765ccc10ba4c3d.gz
* Move configs/droundy.hs to an actual library moduleSpencer Janssen2007-11-041-0/+309
darcs-hash:20071104202957-a5988-61a18506058c7dfaa58eeea28241a97314d01f78.gz