aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-08-21comment only: example of 2 monitor gapsDon Stewart1-0/+5
2007-08-16Fix new bug in screen switchingSpencer Janssen1-1/+2
2007-08-14change workspaces to [WorkspaceId]David Roundy1-3/+3
2007-07-17Tweak dmenu bindingPeter De Wachter1-1/+1
2007-07-08Operations.screenWorkspace: return Nothing when the screen does not existSpencer Janssen1-1/+1
2007-06-19make Layouts able to layout whatever they like.David Roundy1-1/+1
2007-06-10haddock compatibilityAndrea Rossato1-12/+12
2007-06-10Move state logging into Config.hs, via logHook :: X ()Don Stewart1-4/+6
2007-06-05Enable logging of state changes to stdoutDon Stewart1-0/+7
2007-06-03heads up: polish config.hs. moves tiling-local values into lexical scope. rem...Don Stewart1-21/+39
2007-06-02Fix out-of-date comment in Config.hs.Chris Mears1-1/+1
2007-06-02make mouse bindings configurableJason Creighton1-0/+7
2007-05-31Revert accidental change to border colorSpencer Janssen1-1/+1
2007-05-31clean up mouse code a bitDon Stewart1-3/+3
2007-05-31first shot at a floating layerJason Creighton1-0/+2
2007-05-30Really change restart keybinding this timeSpencer Janssen1-1/+1
2007-05-30UNDO: HEADS UP: Change restart keybinding to mod-qSpencer Janssen1-1/+1
2007-05-30HEADS UP: Change restart keybinding to mod-qSpencer Janssen1-1/+1
2007-05-29Fix 'refresh' doc stringSpencer Janssen1-1/+1
2007-05-29make 'tall' layout the default on startup. more useful for new usersDon Stewart1-3/+3
2007-05-28ensure !! won't go out of bounds in modifyGapDon Stewart1-1/+1