aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config/Droundy.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-5/+5
* eliminate references to defaultConfigDaniel Wagner2013-05-281-2/+2
* Compile with ghc7Mats Rauhala2011-05-041-1/+2
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-121-1/+0
* Use 'ewmh' in relevant configsSpencer Janssen2009-10-231-6/+2
* Move EWMH support initialization to a startupHookJustin Bogner2009-10-111-1/+2
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-2/+2
* Remove trailing whitespace from many modulesAdam Vogt2009-07-051-8/+8
* Adjustments to use the new event hook feature instead of Hooks.EventHookDaniel Schoepe2009-02-031-2/+3
* cleanup - use currentTagDevin Mullins2008-09-211-1/+1
* add support to Magnifier for vertical zooming.David Roundy2008-06-101-4/+6
* I no longer use ScratchWorkspace.David Roundy2008-05-161-4/+0
* add BoringWindows module to make certain windows skipped when rotating focus.David Roundy2008-05-141-4/+8
* clean up Config.Droundy.David Roundy2008-03-271-36/+27
* use ewmhDesktopsLayout in Droundy.David Roundy2008-03-221-2/+4
* cut Anneal and Mosaic.David Roundy2008-03-221-10/+0
* rewrite ScratchWorkspace to make scratch always visible, but not always on sc...David Roundy2008-03-081-1/+1
* add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy2008-03-081-2/+2
* switch Droundy to smartBorders (which works better with ScratchWorkspace).David Roundy2008-03-011-3/+3
* implement ScratchWorkspace.David Roundy2008-02-291-1/+7
* roll back to previous version of Droundy.hs.David Roundy2008-02-051-10/+10
* make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy2008-02-051-9/+10
* enable proper handling of panels in droundy config.David Roundy2008-02-041-0/+3
* REMOVE RotView: use CycleWS instead.Brent Yorgey2008-02-011-3/+3
* Various decorations related updatesSpencer Janssen2008-01-301-1/+1
* Named: reimplemented as a LayoutModifier and updated Config.Droundy accordinglyAndrea Rossato2008-01-281-4/+4
* Update various restart bindingsSpencer Janssen2007-12-191-1/+1
* update Config.Droundy to use a few nice hooks.David Roundy2007-12-161-3/+5
* More import pruningSpencer Janssen2007-12-081-2/+1
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
* Prune more importsSpencer Janssen2007-12-081-2/+0
* Droundy.hs: add spaces so haddock isn't confused by commented-out ||| combinatorBrent Yorgey2007-12-041-1/+1
* my urgency-hook code also seems to crach... change in Droundy.David Roundy2007-12-011-4/+7
* disable avoidStruts in Droundy again.David Roundy2007-12-011-2/+2
* add to Droundy a non-working urgency hook and enable avoidStruts.David Roundy2007-12-011-5/+25
* tune Droundy config.David Roundy2007-11-301-3/+3
* LayoutCombinators: changes infixes and added many other combinators.Andrea Rossato2007-11-271-3/+3
* Alleviate clashing symbols with XMonad.ManageHook.<||>Spencer Janssen2007-11-271-1/+1
* clean up mosaic a bit more.David Roundy2007-11-231-3/+17
* Config/Droundy.hs: -Wall police, add -fno-warn-orphansBrent Yorgey2007-11-161-1/+1
* improve shrinking in Droundy.hsDavid Roundy2007-11-141-0/+8
* make shrinker preserved over restart in tabbed.David Roundy2007-11-131-4/+18
* prune Droundy.hs.David Roundy2007-11-121-24/+2
* changes to work with XConfig of kind * -> *.David Roundy2007-11-111-4/+4
* add two new modules, one to name layouts, another to select a layout.David Roundy2007-11-111-2/+5
* add withWorkspace prompt, which automatically creates workspace if nonexistent.David Roundy2007-11-091-12/+2
* clean up Droundy.hs.David Roundy2007-11-071-3/+3
* fix Config.Droundy to compile again.David Roundy2007-11-051-214/+64
* build with optimisations on as usual, fix a few compile errorsDon Stewart2007-11-051-9/+12
* Move configs/droundy.hs to an actual library moduleSpencer Janssen2007-11-041-0/+309