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