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