buisse
03d93881c2
Modified xmonad-clock.c to display battery information from ACPI (will work only on linux though). Also restored three load averages instead of only one.
2007-06-10 09:02:28 +00:00
Don Stewart
5d8bd71090
example xinitrc
2007-06-10 08:57:15 +00:00
Don Stewart
fd85177063
update run-xmonad.sh
2007-06-10 06:39:15 +00:00
Don Stewart
ba6bcadcad
no need for ./scripts/xmonad-status.c, update run-xmonad.sh
2007-06-10 06:28:06 +00:00
Don Stewart
9ee0248221
add DynamicLog.hs
2007-06-10 06:27:57 +00:00
David Roundy
972af190c2
make LayoutHints robust with regard to future addition of Layout fields.
2007-06-09 17:37:25 +00:00
Don Stewart
35999f266d
remove out of date ./scripts/xmonad-status.hs
2007-06-10 00:51:07 +00:00
David Roundy
8b95e7e2d3
add new LayoutHints module that makes layouts respect size hints.
2007-06-04 21:37:16 +00:00
Don Stewart
b587adc724
improve xmonad-status.c
2007-06-09 14:02:58 +00:00
Don Stewart
629650f5c6
Add C script for parsing new logging encoding, and displaying workspace info
2007-06-09 13:18:56 +00:00
Don Stewart
08186df89d
missing unsetenv
2007-06-09 09:01:27 +00:00
Don Stewart
1c6b90997b
add tiny clock program (C) i'm using in the status bar
2007-06-09 08:04:35 +00:00
Don Stewart
da620b0cee
remove obsolete 'examples' dir
2007-06-09 06:14:50 +00:00
Don Stewart
b7d7459a06
latest version of xmonad-status.hs
2007-06-09 06:09:13 +00:00
Don Stewart
0055e337e0
remove dead version
2007-06-09 06:08:57 +00:00
Peter De Wachter
3268312b15
Circle layout
...
Windows are arranged in a circle around the master window. Rather nice to use
with a mouse, if you got many windows open.
Screenshot: http://caladan.rave.org/circle.png
2007-06-06 06:41:53 +00:00
Jason Creighton
eddcfd0bb4
Submap: For creating keyboard submappings
2007-06-06 06:19:41 +00:00
Don Stewart
206b3557e8
nicer format for dynamic workspaces
2007-06-06 04:57:05 +00:00
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