aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* default to empty description for layout modifiers.David Roundy2007-10-181-1/+1
* beautify description code for empty modifier-description.David Roundy2007-10-181-3/+3
* change definition of 'description' function for LayoutModifier so an extra sp...Brent Yorgey2007-10-181-1/+3
* -Wall policel.mai2007-10-181-1/+1
* DynamicLog.hs: Add dzenColorEric Mertens2007-10-181-2/+8
* add function to rename workspaces.David Roundy2007-10-181-1/+9
* fix WindowNavigation commentl.mai2007-10-181-1/+1
* change example to dzenUrgencyHookDevin Mullins2007-10-181-12/+5
* add dzenUrgencyHook as example (and the one I use)Devin Mullins2007-10-181-1/+23
* fixed Dzen and gave it a configurable timeoutDevin Mullins2007-10-182-15/+26
* rename LayoutSelect & defaultLayout in commentsDevin Mullins2007-10-161-2/+2
* add import to comments, for clarityDevin Mullins2007-10-121-0/+3
* documentation for UrgencyHookDevin Mullins2007-10-121-2/+54
* d'oh, minor UrgencyHook cleanupDevin Mullins2007-10-121-1/+1
* brand new UrgencyHook contrib, depends on X11-extras WMHints bindingDevin Mullins2007-10-111-0/+31
* TilePrime.hs: Give a description that distinguishs between horizontal/verticalEric Mertens2007-10-181-1/+2
* Truncate title at 80 charactersSpencer Janssen2007-10-181-2/+2
* shorten in sjanssenPP tooSpencer Janssen2007-10-181-1/+1
* Truncate long window titlesSpencer Janssen2007-10-181-2/+8
* DynamicLog.hs: Add ppWsSep field to PP to specify workspace separator.Eric Mertens2007-10-181-6/+3
* Wrapping the empty string yields the empty stringSpencer Janssen2007-10-181-1/+2
* DynamicLog: documentation onlySpencer Janssen2007-10-171-3/+1
* Allow the user to change the order of workspaces, layout, titleSpencer Janssen2007-10-171-3/+6
* Don't wrap the layout description by defaultSpencer Janssen2007-10-171-1/+1
* DynamicLog: not . null. Duh.Spencer Janssen2007-10-171-1/+1
* A big dynamicLog refactorSpencer Janssen2007-10-171-60/+68
* Don't toLower the layout description.Spencer Janssen2007-10-171-2/+1
* TilePrime.hs: Correct behavior when number of windows <Eric Mertens2007-10-171-15/+17
* Remove RunInXTerm in favor of RunSpencer Janssen2007-10-173-32/+2
* Move runXXX functions to one moduleChristian Thiemann2007-10-128-52/+92
* Fix LANGUAGE pragmasShachaf Ben-Kiki2007-10-172-2/+2
* use full screen for single window in TilePrimel.mai2007-10-171-0/+1
* RotSlaves.hs: Add rotAll functionsEric Mertens2007-10-171-3/+14
* TilePrime.hs: add usage info.Joachim Fasting2007-10-171-1/+19
* TilePrime.hs: add LANGAUGE pragma.Joachim Fasting2007-10-171-0/+1
* MetaModule.hs: add WorkspacePrompt.Joachim Fasting2007-10-171-0/+1
* add TilePrime to MetaModule.David Roundy2007-10-171-0/+1
* Initial import of TilePrimeEric Mertens2007-10-171-0/+80
* code cleanup in selectWorkspace.David Roundy2007-10-171-4/+3
* allow users to go to dynamically-added workspaces with mod-n.David Roundy2007-10-171-2/+23
* add modules to deal with Workspaces (select, etc) by name using XPrompt.David Roundy2007-10-172-3/+58
* make windowNavigation simpler to use in simplest case.David Roundy2007-10-161-7/+10
* compute nice window border for WindowNavigation properly.David Roundy2007-10-162-5/+13
* fix docs on WindowNavigation.David Roundy2007-10-161-1/+7
* compute a reasonable navigation color based on focussed color.David Roundy2007-10-151-9/+22
* WindowNavigation: don't export the config constructor and some haddock fixesAndrea Rossato2007-10-131-12/+20
* improvements in Combo.David Roundy2007-10-151-10/+15
* Spiral.hs: add 'description' function to LayoutClass instance for SpiralWithDir.Brent Yorgey2007-10-161-0/+1
* ShellPrompt: traverse $PATH once per invocation. Major speed improvementSpencer Janssen2007-10-161-24/+28
* ShellPrompt.hs: a quick optimization of nubgwern02007-10-161-1/+2