aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* sketch of config/main inversion.David Roundy2007-10-181-274/+0
* add text on using xprop to find client namesDon Stewart2007-10-271-0/+4
* add text reminding people to run mod-shift-spaceDon Stewart2007-10-271-0/+6
* Add Config.terminalSpencer Janssen2007-10-241-1/+6
* Only assign workspace keys up to xK_9. Related to bug #63Spencer Janssen2007-10-191-1/+1
* Clean up trailing whitespaceSpencer Janssen2007-10-151-2/+2
* explain numlockMaskDevin Mullins2007-10-141-2/+6
* whitespace cleanup in Config.hsDevin Mullins2007-10-141-7/+7
* typo in commentDon Stewart2007-10-141-1/+1
* restore magic markup commentsDon Stewart2007-10-131-3/+8
* defer to sjanssen's manageHook commentDon Stewart2007-10-131-1/+2
* Heads up: rework the Config.hs file comments, and some variable names. Please...Don Stewart2007-10-131-69/+73
* clean up names of layout codeDon Stewart2007-10-131-22/+26
* Another manageHook exampleSpencer Janssen2007-10-131-0/+5
* Better comment for the default manageHookSpencer Janssen2007-10-131-1/+2
* manageHook: use the curry style, better documentationSpencer Janssen2007-10-031-5/+10
* PointfreeSpencer Janssen2007-10-031-1/+1
* Remove unused importSpencer Janssen2007-10-031-1/+0
* Float Gimp tooSpencer Janssen2007-10-031-2/+3
* List possibleLayouts last, because users are less likely to modify itSpencer Janssen2007-10-021-7/+7
* Docs for defaultLayout and defaultLayoutsSpencer Janssen2007-10-021-1/+4
* clean up Config a bit.David Roundy2007-10-021-8/+1
* some renaming of classes and data types.David Roundy2007-09-291-8/+8
* Don't manage kdesktop eitherSpencer Janssen2007-10-021-1/+1
* Refactor, ignore desktop_window tooSpencer Janssen2007-10-021-3/+6
* Automatically float MPlayer windowsSpencer Janssen2007-10-021-0/+2
* Add rules for gnome-panel and kickerSpencer Janssen2007-10-021-0/+4
* Pass window name and class info to manageHookSpencer Janssen2007-10-021-1/+3
* Send ClassHints to manageHookSpencer Janssen2007-10-011-2/+3
* First cut at manageHookSpencer Janssen2007-10-011-0/+3
* define defaultLayout in Config.hs.David Roundy2007-09-281-2/+13
* Add setLayout to the coreSpencer Janssen2007-09-281-0/+1
* Document otherPossibleLayoutsSpencer Janssen2007-09-281-0/+3
* Minor formattingSpencer Janssen2007-09-281-3/+3
* otherPossibleLayouts is empty by defaultSpencer Janssen2007-09-281-7/+3
* add support for parseable layouts not in the default.David Roundy2007-09-251-0/+7
* Make a String description part of each Layout.David Roundy2007-09-241-4/+4
* broadcast a ReleaseResources before restartingAndrea Rossato2007-09-241-1/+1
* add layout selection back into core xmonad using LayoutSelection.David Roundy2007-09-211-5/+5
* eliminate ugly OldLayout.David Roundy2007-09-201-3/+3
* move Layout stuff into class (hokey first cut).David Roundy2007-09-141-4/+4
* Add StackSet.focusMaster (mod-m) to move focus to masterDon Stewart2007-09-271-0/+2
* Eliminate Operations.sink tooSpencer Janssen2007-09-171-1/+1
* Remove Operations functions which have StackSet equivalents, just use 'window...Spencer Janssen2007-09-171-11/+11
* Change manpage token @@ to %! to avoid conflicts with Haddock (xmonad)Alex Tarkovsky2007-09-171-27/+27
* Add missing insert markers for generate-configs.sh in Config.hsAlex Tarkovsky2007-09-071-4/+9
* Use show rather than string hacksSpencer Janssen2007-09-051-1/+1
* switch WorkspaceId to String.David Roundy2007-08-201-1/+1
* Alex Tarkovsky's docstring patch updated for conflictsSpencer Janssen2007-09-051-2/+10
* Add docstrings for mouse controlsSpencer Janssen2007-08-241-0/+3