aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* Arossato: updated my config to recent changesAndrea Rossato2008-01-261-16/+60
* Add SimpleFloat a very basic floating layout that will place windows accordin...Andrea Rossato2008-01-262-5/+78
* WindoWrranger: export the WindowArranger type (see the upcoming SimpleFloat)Andrea Rossato2008-01-261-0/+1
* ShowWName: show the name of empty layouts tooAndrea Rossato2008-01-261-3/+8
* ManageDocks: add emptyLayout definition for supporting the new decoration fra...Andrea Rossato2008-01-261-0/+3
* Decoration: code formatting onlyAndrea Rossato2008-01-261-15/+12
* export DeConfig to avoid importing DecorationAndrea Rossato2008-01-262-0/+2
* Prompt: code formatting onlyAndrea Rossato2008-01-261-29/+28
* Don't export TConf anymore and export DeConfig insteadAndrea Rossato2008-01-263-14/+15
* Tabbed now uses DecorationAndrea Rossato2008-01-251-183/+80
* Add DwmStyle, a layout modifier to add dwm-style decorations to windows in an...Andrea Rossato2008-01-251-0/+69
* Adde SimpleDecoration, a layout modifier to add simple decorations to windows...Andrea Rossato2008-01-251-0/+69
* Add Layout.Simplest, the simplest layoutAndrea Rossato2008-01-251-0/+41
* Add Decoration, a layout modifier and a class for easily writing decorated la...Andrea Rossato2008-01-251-0/+252
* Add WindowArranger, a layout modifier to move and resize windows with the key...Andrea Rossato2008-01-251-0/+189
* ShowWName: moved fi to XUtilsAndrea Rossato2008-01-241-4/+0
* XUtils: add functions for operating on lists of windows and export fiAndrea Rossato2008-01-241-13/+28
* LayoutModifier: add emptyLayoutMod for dealing with empty workspacesAndrea Rossato2008-01-241-0/+10
* LayoutModifier: add pureMess and pureModifier to the LayoutModifier classAndrea Rossato2008-01-221-2/+7
* Layout.ShowWName: generalize the instanceAndrea Rossato2008-01-151-2/+2
* add emptyLayout to MultiToggleLukas Mai2008-01-281-0/+2
* grammar fixLukas Mai2008-01-281-1/+1
* I use urxvtc nowSpencer Janssen2008-01-271-1/+1
* add 'single' helper functionLukas Mai2008-01-181-2/+7
* documentation fixLukas Mai2008-01-181-1/+1
* style assimilationLukas Mai2008-01-181-1/+1
* cleared up transience to better highlight how to use ManageHooks properlyxmonad-contrib2008-01-021-5/+3
* expands the EDSL for performing actions on windowsxmonad-contrib2008-01-011-19/+65
* Timer: some code cleanupAndrea Rossato2008-01-141-9/+7
* Use doubleFork instead of manual double fork, or buggy single fork.nicolas.pouillard2008-01-142-29/+16
* Reflect.hs: minor haddock fixBrent Yorgey2008-01-161-1/+1
* Reflect.hs: use -fglasgow-exts for now instead of LANGUAGE pragmas, for compa...Brent Yorgey2008-01-151-1/+5
* Reflect.hs: add MultiToggle supportBrent Yorgey2008-01-151-6/+40
* MultiToggle.hs: improve 'description' implementation in LayoutClass instance ...Brent Yorgey2008-01-151-2/+2
* Layout.Reflect: new contrib module for reflecting layouts horizontally/vertic...Brent Yorgey2008-01-151-0/+81
* ShowWName.hs: switch color/bgcolor in call to paintAndWriteBrent Yorgey2008-01-141-2/+2
* Prompt: clean up and optimize moveWord a bitAndrea Rossato2008-01-131-10/+6
* Prompt: added moveWord to move the cursor to the word boundariesAndrea Rossato2008-01-131-0/+21
* Doc.Extending: added links and description of recent module additionAndrea Rossato2008-01-131-0/+8
* Action.Search: small haddock fixesAndrea Rossato2008-01-131-1/+2
* ShowWName now uses Timer and XUtils to display the workspace nameAndrea Rossato2008-01-131-33/+42
* Add XMonad.Util.Timer, a module to set up timers and to handle themAndrea Rossato2008-01-131-0/+62
* de-obfuscate the initState and set the init offset to the length of the defau...Andrea Rossato2008-01-101-1/+15
* prompt: Allow to provide a default text in the prompt config.nicolas.pouillard2008-01-091-1/+3
* Correct caps in module header.Joachim Fasting2007-12-301-1/+1
* Use LANGUAGE pragma.Joachim Fasting2007-12-301-1/+1
* shiftPrevScreen and shiftNextScreen, to make CycleWS consistentmail2007-12-311-1/+20
* formattingDon Stewart2007-12-041-2/+6
* PerWorkspace.hs: add an explanatory noteBrent Yorgey2007-12-311-0/+7
* Add ShowWName a layout modifier to show the workspace nameAndrea Rossato2007-12-311-0/+95