joe.thornber
5288a861a6
[Spiral] divideRects now takes a list of directions to split in
2007-05-24 09:02:11 +00:00
joe.thornber
aa4d37d8ac
[Spiral] misc tidying
2007-05-24 08:55:37 +00:00
joe.thornber
43c7f8f3ec
[Spiral] remove old spiral code
2007-05-24 08:48:05 +00:00
joe.thornber
0fa8b4ae1b
[Spiral] add fibonacci spiral
2007-05-24 08:44:23 +00:00
glasser
1d886ae670
Allow clients of NamedWindows to get at the name.
2007-05-23 18:42:51 +00:00
glasser
a1b8a3ba79
dzen module (with xinerama support, which requires glasser's Xinerama patch to dzen)
2007-05-23 18:43:15 +00:00
glasser
aeee485def
Extract NamedWindow support from Mosaic into its own module
2007-05-23 15:58:55 +00:00
David Roundy
20fadfe171
remove SwapFocus (which is no longer possible)
...
This module depended on the focus stack.
2007-05-23 15:38:41 +00:00
Spencer Janssen
233728b917
Fix Spiral's module name
2007-05-22 17:09:09 +00:00
joe.thornber
2122c03ab0
[SPIRAL] add spiral tiling layout
2007-05-22 06:25:37 +00:00
Miikka Koskinen
4b7c97d96b
Make RotView compile.
...
As I'm not a Xinerama user, I'm not sure if rotView should consider only
hidden workspaces or also visible but not focused workspaces. I thought hidden
workspaces only would be more logical.
2007-05-22 07:53:38 +00:00
Miikka Koskinen
585a01aecf
bug fix in DwmPromote. whoops.
2007-05-22 06:21:18 +00:00
Miikka Koskinen
020ee6fc03
make FindEmptyWorkspace compile
2007-05-21 12:32:39 +00:00
Miikka Koskinen
c39da512e9
make DwmPromote compile
2007-05-21 12:31:40 +00:00
Jason Creighton
32bb8aa154
updated Dmenu.hs to work with zipper StackSet
2007-05-21 23:39:47 +00:00
Spencer Janssen
1b80f26dfe
Add GreedyView
2007-05-21 22:00:48 +00:00
Spencer Janssen
2d5e2818a1
Rescreen: collects new screen information
2007-05-21 16:48:08 +00:00
Spencer Janssen
2b171ea19c
Fixes for windowset -> workspace rename
2007-05-21 04:21:18 +00:00
Spencer Janssen
325c2b90c5
TwoPane: hide windows that aren't in view
2007-05-18 22:42:40 +00:00
David Roundy
14c984ae65
make Mosaic even less picky by default.
2007-05-16 17:55:54 +00:00
David Roundy
0ad1ae70d9
add clear window message in Mosaic.
2007-05-16 17:55:18 +00:00
Spencer Janssen
75df3884fa
Comment only
2007-05-17 21:10:03 +00:00
Spencer Janssen
872551532a
Add instructions for TwoPane
2007-05-17 21:02:06 +00:00
Spencer Janssen
aef12e19e6
Add TwoPane
2007-05-17 19:56:18 +00:00
David Roundy
a23d995050
throttle the exponential expense when many windows are present.
2007-05-16 02:21:23 +00:00
David Roundy
f539804577
make mosaic configure windows by name rather than by Window.
...
Note that this is still pretty flawed. Often window names change, and the
layout then stagnates a bit. Gimp, for example, opens most its windows
with the same name before renaming them, so you have to hit mod-return or
something to force a doLayout. Also, gimp still overrides xmonad regarding
the size of its main window. :(
2007-05-12 21:56:44 +00:00
Miikka Koskinen
325f5bf9b6
XMonadContrib.FindEmptyWorkspace
...
With this module you can find empty workspaces, view them and tag windows to
them.
2007-05-13 18:43:38 +00:00
Miikka Koskinen
6e2496c77f
make DwmPromote compile
2007-05-13 18:42:54 +00:00
Miikka Koskinen
68ecf2071a
make DwmPromote compile again
2007-05-10 15:41:58 +00:00
Miikka Koskinen
df7b1116b3
make DwmPromote compile
2007-05-03 10:52:36 +00:00
David Roundy
2202665f70
add SwapFocus.
2007-05-12 19:13:15 +00:00
Jason Creighton
40f8d611f2
make rotView only consider non-visible workspaces (Xinerama)
2007-05-10 01:20:59 +00:00
David Roundy
f8a5f1fd2b
fix commend in RotView.
2007-05-05 18:56:54 +00:00
Don Stewart
46f39d9d42
switch to Message type for layout messages
2007-05-05 01:43:32 +00:00
Chris Mears
4204c4daf6
Fix instructions in Mosaic.
2007-05-03 22:23:45 +00:00
David Roundy
56457ccfca
add Mosaic layout.
2007-05-03 15:10:24 +00:00
Spencer Janssen
77a8abe8d3
-Wall police
2007-05-03 21:17:00 +00:00
Chris Mears
0ace4a78fc
Make RotView build, and add a brief description.
2007-05-03 10:42:34 +00:00
Jason Creighton
13006a89c2
comment: Gave URL to xinerama-enabled dmenu patch
2007-05-03 05:31:33 +00:00
Spencer Janssen
5129e2f963
Put dmenu in X too
2007-05-03 05:37:27 +00:00
Spencer Janssen
0017932989
Add dmenu (thanks jcreigh)
2007-05-03 05:22:25 +00:00
David Roundy
95409a005f
add RotView module.
2007-04-21 23:38:38 +00:00
Miikka Koskinen
f40cca9e49
XMonadContrib.DwmPromote: dwm-like promote
...
I like the way dwm's equivalent to xmonad's promote works, so I
implemented dwmpromote.
2007-05-01 08:20:31 +00:00
Don Stewart
4a7d7891d0
add simple date example
2007-04-29 06:40:13 +00:00
Don Stewart
a5b7af9c92
more details
2007-04-29 06:14:26 +00:00
Don Stewart
97b65cbf0d
add readme
2007-04-29 06:13:29 +00:00
Don Stewart
12edfc5ed5
Initial import of xmonad contributions
2007-04-29 06:11:50 +00:00