aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-01"dmenu" operation to spawn dmenu only on the current screen (for Xinerama)Jason Creighton1-0/+11
2007-04-01Cleaned up layout a little bithughes1-13/+35
2007-04-01restore dwm-style keybindings. mod-shift-{j,k} resize in vert modeDon Stewart1-1/+5
2007-04-01Merged things together with dons changes.hughes1-29/+54
2007-04-01Vertical/horizontal split, and resizability.hughes1-22/+59
2007-04-01formatting fixes. the style is getting a bit dodgy in some places...Don Stewart1-30/+35
2007-03-31Move safeFocus from Main to OperationsSpencer Janssen1-0/+7
2007-03-31removed refocus; moved functionality to setFocusJason Creighton1-15/+9
2007-03-30refactored "focus changed" code into "refocus"Jason Creighton1-3/+10
2007-03-29Window bordersAlec Berryman1-0/+10
2007-03-29Type error: button1 :: Button, not :: ButtonMaskAlec Berryman1-1/+1
2007-03-28first shot at allowing click to focus windowsdaniel1-4/+15
2007-03-26Workspace-specific layoutshughes1-11/+24
2007-03-26Focus follows mouse.Spencer Janssen1-1/+5
2007-03-26minor aesthetic changesdaniel1-6/+6
2007-03-26Restrain leftWidthSpencer Janssen1-1/+2
2007-03-26added Config.lhs and moved most things in Main.hs into Operations.hs to enabl...Jason Creighton1-0/+205