aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Arossato: documentationAndrea Rossato2007-11-151-6/+47
* Prompt: just code formattingAndrea Rossato2007-11-151-8/+8
* Prompt: add killWord edit actionAndrea Rossato2007-11-151-5/+23
* remove unneeded Data.Bits imports.David Roundy2007-11-153-3/+0
* CustomKeys.hs: "complete rebinding" mechanism explainedValery V. Vorotyntsev2007-11-151-0/+13
* Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev2007-11-152-16/+18
* fix bug in WindowNavigation.David Roundy2007-11-151-3/+13
* Tabbed: removed -fno-warn-orphansAndrea Rossato2007-11-151-1/+0
* simplify NewSelect code.David Roundy2007-11-141-59/+41
* fix bug in LayoutCombinators.David Roundy2007-11-141-2/+2
* no need to import Data.BitsDon Stewart2007-11-142-2/+0
* ManageDocks.hs: haddock fixesAndrea Rossato2007-11-141-6/+7
* EZConfig.hs: haddock fixesAndrea Rossato2007-11-141-0/+3
* CustomKeys.hs: moved into `Util' directoryValery V. Vorotyntsev2007-11-142-10/+10
* Arossato: removed unneeded bitsAndrea Rossato2007-11-141-4/+1
* improve shrinking in Droundy.hsDavid Roundy2007-11-141-0/+8
* Arossato: just code formattingAndrea Rossato2007-11-141-7/+8
* Arossato: typoAndrea Rossato2007-11-141-1/+1
* Arossato: some keybindings tuningAndrea Rossato2007-11-141-1/+12
* Tabbed: added -fno-warn-orphansAndrea Rossato2007-11-141-1/+1
* Arossato: just code formattingsAndrea Rossato2007-11-141-16/+19
* Config.Arossato: my hand has been forced to pick up a true combinator set...Andrea Rossato2007-11-141-99/+53
* UrgencyHook.hs: small haddock fixAndrea Rossato2007-11-141-0/+1
* fix EZConfig documentationDevin Mullins2007-11-142-3/+7
* remove dead codeDevin Mullins2007-11-121-4/+1
* CustomKeys.hs (customKeysFrom): new functionValery V. Vorotyntsev2007-11-131-9/+20
* pattern guards and newtype deriving required for ManageDocks.hs to build!Don Stewart2007-11-141-1/+3
* add ToggleStruts capability to avoidStruts.David Roundy2007-11-131-9/+18
* Arossato: cleanup and fine-tuningAndrea Rossato2007-11-131-25/+31
* make shrinker preserved over restart in tabbed.David Roundy2007-11-132-23/+50
* XMonad.Config.CustomKeys - new moduleValery V. Vorotyntsev2007-11-121-0/+65
* prune Droundy.hs.David Roundy2007-11-121-24/+2
* NoBorders.hs: remove modifierDescription definitions, so NoBorders and SmartB...Brent Yorgey2007-11-121-5/+0
* NoBorder.hs: documentation updatesBrent Yorgey2007-11-121-4/+4
* fix intro doco for UrgencyHookDevin Mullins2007-11-121-9/+5
* revert UrgencyHook behavior back to ICCCM non-complianceDevin Mullins2007-11-121-21/+53
* add StdoutUrgencyHook, to help debug weird client behaviorDevin Mullins2007-11-121-3/+13
* EZConfig: update for kind change in XConfigSpencer Janssen2007-11-111-4/+4
* changes to work with XConfig of kind * -> *.David Roundy2007-11-114-11/+12
* font size 15 pixels is the dzen defaultDon Stewart2007-11-091-1/+1
* add two new modules, one to name layouts, another to select a layout.David Roundy2007-11-113-2/+98
* add helper module for writing configsDevin Mullins2007-11-111-0/+55
* let clients track their urgency, per ICCCMDevin Mullins2007-11-111-22/+14
* wrap user code in userCode, go figureDevin Mullins2007-11-111-3/+2
* add LANGUAGE PatternGuards to UrgencyHookDevin Mullins2007-11-111-1/+1
* remove dead docoDevin Mullins2007-11-111-4/+2
* clarify config code... a bitDevin Mullins2007-11-111-4/+3
* fix doco for UrgencyHookDevin Mullins2007-11-111-22/+14
* add NoUrgencyHook, for shachaf's sakeDevin Mullins2007-11-111-0/+6
* oops, export the configuration optionsDevin Mullins2007-11-111-1/+2