aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* test for xmonad in path first, before restartingDon Stewart2007-04-161-3/+7
* fix typo.David Roundy2007-04-151-1/+1
* Ignore window entries while moving windows. This should fix all the focus pr...Spencer Janssen2007-04-131-0/+11
* add license headers to two missing filesDon Stewart2007-04-111-0/+12
* clean up tiling code a teensy bit, and comment on the interaction between foc...Don Stewart2007-04-111-5/+14
* Change semantics of 'promote'.Don Stewart2007-04-111-7/+3
* Statically distinguish Workspace and Screen indicesDon Stewart2007-04-111-12/+10
* removed xinerama-enabled dmenu actionJason Creighton2007-04-111-10/+0
* Move workspace fetching logic from Config.hs to Operations.hsSpencer Janssen2007-04-101-0/+4
* moved screen <-> workspace mapping from XMonad to StackSetJason Creighton2007-04-101-30/+12
* Remove redundant setFocus, setFocus is called by refresh which is called by w...Spencer Janssen2007-04-051-3/+0
* -Wall policeDon Stewart2007-04-051-3/+3
* take window borders into account when resizing (requires latest X11-extras)Jason Creighton2007-04-041-1/+10
* replace multiple gets with a single get and record bindDon Stewart2007-04-041-16/+9
* Use Tall and Wide for split screen layouts. This should be less confusing.Spencer Janssen2007-04-031-5/+5
* vertical (master area on top) tilingJason Creighton2007-04-031-3/+9
* Comment only.Spencer Janssen2007-04-021-0/+5
* Revert to the old layout code.Spencer Janssen2007-04-021-113/+26
* Remove trailing spaces, no content changedAlec Berryman2007-04-011-6/+6
* "dmenu" operation to spawn dmenu only on the current screen (for Xinerama)Jason Creighton2007-04-011-0/+11
* Cleaned up layout a little bithughes2007-04-011-13/+35
* restore dwm-style keybindings. mod-shift-{j,k} resize in vert modeDon Stewart2007-04-011-1/+5
* Merged things together with dons changes.hughes2007-04-011-29/+54
* Vertical/horizontal split, and resizability.hughes2007-04-011-22/+59
* formatting fixes. the style is getting a bit dodgy in some places...Don Stewart2007-04-011-30/+35
* Move safeFocus from Main to OperationsSpencer Janssen2007-03-311-0/+7
* removed refocus; moved functionality to setFocusJason Creighton2007-03-311-15/+9
* refactored "focus changed" code into "refocus"Jason Creighton2007-03-301-3/+10
* Window bordersAlec Berryman2007-03-291-0/+10
* Type error: button1 :: Button, not :: ButtonMaskAlec Berryman2007-03-291-1/+1
* first shot at allowing click to focus windowsdaniel2007-03-281-4/+15
* Workspace-specific layoutshughes2007-03-261-11/+24
* Focus follows mouse.Spencer Janssen2007-03-261-1/+5
* minor aesthetic changesdaniel2007-03-261-6/+6
* Restrain leftWidthSpencer Janssen2007-03-261-1/+2
* added Config.lhs and moved most things in Main.hs into Operations.hs to enabl...Jason Creighton2007-03-261-0/+205