Commit Graph

2312 Commits

Author SHA1 Message Date
Don Stewart
8b12639de4 add script which only draws current workspace, and those with clients 2007-06-06 04:45:44 +00:00
glasser
fd395c04bb In docs, change name of program from mux to xmonad-status. 2007-06-05 14:00:45 +00:00
Don Stewart
b7917965d6 Add xmonad-status.hs
An external status bar client for xmonad. 

See screenshots:

    http://www.cse.unsw.edu.au/~dons/tmp/dons-dzen-status.png
    http://www.cse.unsw.edu.au/~dons/tmp/xmonad-dzen-tags.png
2007-06-05 13:21:08 +00:00
Peter De Wachter
5d908b0f66 gapless tiled layout obeying size hints 2007-06-05 07:17:16 +00:00
daniel
068dc24588 Contrib package for 6.4 users 2007-06-04 22:55:34 +00:00
daniel
fb785d2737 XMonadContrib.ReadMap: a Read instance of Map for GHC 6.4 users 2007-06-02 06:43:18 +00:00
daniel
d56ae1605c keybindings to warp pointer to window center 2007-06-02 06:23:28 +00:00
glasser
b4aaff532a XMonadContrib.Commands: for workspace and screen commands, leave out W/S tag 2007-06-01 16:13:51 +00:00
glasser
c3385c2f85 New contrib module: run internal xmonad commands via dmenu 2007-06-01 04:38:49 +00:00
glasser
19115c079b Note that my xinerama patch is now in dzen. 2007-06-01 04:11:12 +00:00
Spencer Janssen
f5e528f401 Rescreen is in main xmonad now 2007-05-28 05:06:56 +00:00
David Roundy
f16048cae5 replace "name" in NamedWindow with a Show instance. 2007-05-26 18:51:14 +00:00
joe.thornber
d9386f5185 [Spiral] blend in the scale factor so it doesn't have any effect on the smallest windows 2007-05-25 03:27:32 +00:00
joe.thornber
ead2838015 [Spiral] last rect takes all available space 2007-05-24 12:02:39 +00:00
joe.thornber
207bb47428 [Spiral] Introduce a simpler Rect data type to remove a lot of the fromIntegrals 2007-05-24 10:04:23 +00:00
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