summaryrefslogtreecommitdiffstats
path: root/Operations.hs
AgeCommit message (Expand)Author
2007-04-15fix typo.David Roundy
2007-04-13Ignore window entries while moving windows. This should fix all the focus pr...Spencer Janssen
2007-04-11add license headers to two missing filesDon Stewart
2007-04-11clean up tiling code a teensy bit, and comment on the interaction between foc...Don Stewart
2007-04-11Change semantics of 'promote'.Don Stewart
2007-04-11Statically distinguish Workspace and Screen indicesDon Stewart
2007-04-11removed xinerama-enabled dmenu actionJason Creighton
2007-04-10Move workspace fetching logic from Config.hs to Operations.hsSpencer Janssen
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton
2007-04-05Remove redundant setFocus, setFocus is called by refresh which is called by w...Spencer Janssen
2007-04-05-Wall policeDon Stewart
2007-04-04take window borders into account when resizing (requires latest X11-extras)Jason Creighton
2007-04-04replace multiple gets with a single get and record bindDon Stewart
2007-04-03Use Tall and Wide for split screen layouts. This should be less confusing.Spencer Janssen
2007-04-03vertical (master area on top) tilingJason Creighton
2007-04-02Comment only.Spencer Janssen
2007-04-02Revert to the old layout code.Spencer Janssen
2007-04-01Remove trailing spaces, no content changedAlec Berryman
2007-04-01"dmenu" operation to spawn dmenu only on the current screen (for Xinerama)Jason Creighton
2007-04-01Cleaned up layout a little bithughes
2007-04-01restore dwm-style keybindings. mod-shift-{j,k} resize in vert modeDon Stewart
2007-04-01Merged things together with dons changes.hughes
2007-04-01Vertical/horizontal split, and resizability.hughes
2007-04-01formatting fixes. the style is getting a bit dodgy in some places...Don Stewart
2007-03-31Move safeFocus from Main to OperationsSpencer Janssen
2007-03-31removed refocus; moved functionality to setFocusJason Creighton
2007-03-30refactored "focus changed" code into "refocus"Jason Creighton
2007-03-29Window bordersAlec Berryman
2007-03-29Type error: button1 :: Button, not :: ButtonMaskAlec Berryman
2007-03-28first shot at allowing click to focus windowsdaniel
2007-03-26Workspace-specific layoutshughes
2007-03-26Focus follows mouse.Spencer Janssen
2007-03-26minor aesthetic changesdaniel
2007-03-26Restrain leftWidthSpencer Janssen
2007-03-26added Config.lhs and moved most things in Main.hs into Operations.hs to enabl...Jason Creighton