David Roundy
c4bbb0d940
add keybinding to make aspect ratio flexible.
2007-06-11 16:59:15 +00:00
Spencer Janssen
7a294cdbe1
Note the modules I maintain
2007-06-11 18:48:30 +00:00
Spencer Janssen
f3212e37da
Add MetaModule
2007-06-11 18:46:01 +00:00
Spencer Janssen
fca67d33d7
Updates to work with recent API changes
2007-06-11 18:34:39 +00:00
Spencer Janssen
e8e8457e4c
Rename safeIO to catchIO
2007-06-11 16:20:28 +00:00
David Roundy
1a90e87933
add WorkspaceDir, which sets the current directory in a workspace.
...
Actually, it sets the current directory in a layout, since there's no way I
know of to attach a behavior to a workspace. This means that any terminals
(or other programs) pulled up in that workspace (with that layout) will
execute in that working directory. Sort of handy, I think.
2007-06-11 15:40:41 +00:00
Don Stewart
a0f9a9dcb3
fmt
2007-06-11 05:34:50 +00:00
Jason Creighton
fe70ba49d8
added dynamicLogXinerama, a workspace logger that's nicer for Xinerama
2007-06-11 05:18:10 +00:00
Jason Creighton
d18e7045e5
redraw decorations on PropertyNotify
...
newDecoration now takes a Window parameter, which is the window the decoration
is "for". If there is a PropertyNotify for that window, the decoration is
redrawn.
2007-06-11 02:14:08 +00:00
Jason Creighton
d9905bffac
use safe peek instead of unsafe focus
...
Fixes crashing bug with Xinerama where you have a tabbed layout on one screen
and attempt to switch to an empty workspace on the other.
2007-06-11 01:54:37 +00:00
Jason Creighton
47ed40466a
make Tabbed respect the y position of the layout rect (statusbar bugfix)
2007-06-10 23:15:10 +00:00
David Roundy
e0224746b0
tune layout of Tabbed just a bit.
2007-06-10 20:35:13 +00:00
David Roundy
c61dd16d81
make Decoration set the input mask appropriately.
2007-06-10 20:34:51 +00:00
Spencer Janssen
5a54e27a76
Updates for Layout API change
2007-06-10 20:38:40 +00:00
David Roundy
2d4e0b6e94
color focussed tab differently.
2007-06-10 19:57:43 +00:00
David Roundy
366db0c609
update Mosaic for latest changes.
2007-06-10 14:58:16 +00:00
David Roundy
4f37c940b5
maximize rather than minimize the rating.
2007-06-01 18:32:40 +00:00
David Roundy
b7c65599b7
fix error in select.
2007-06-01 18:31:47 +00:00
David Roundy
7ce66ce32a
improve changeMosaic.
2007-06-01 17:50:42 +00:00
David Roundy
6422746489
cut obsolete description of mosaic.
2007-06-09 13:14:56 +00:00
David Roundy
64a3481d86
start switching over to a Monte Carlo algorithm for Mosaic
2007-06-01 17:05:05 +00:00
David Roundy
30dc246bcc
new layout algorithm for Mosaic.
2007-05-27 19:11:53 +00:00
David Roundy
438a5931d0
display names of windows on tabs.
2007-06-10 16:37:29 +00:00
David Roundy
4f985379ec
make Decoration draw the window initially.
...
We still don't respond to expose events. :(
2007-06-10 16:36:51 +00:00
glasser
ccf7697b69
Fix name of xmonad-clock in compilation instructions.
2007-06-10 15:52:04 +00:00
David Roundy
0ea61fc765
add Decoration module to be used to easily define decorations.
2007-06-10 15:39:39 +00:00
David Roundy
69347d1d98
add sketch of tabbed layout.
2007-06-10 15:39:26 +00:00
David Roundy
22f4bf13af
make LayoutHints work with new modifyLayout (in X).
2007-06-10 14:57:40 +00:00
Don Stewart
3d73ec842a
tag visibles with <N>
2007-06-10 11:19:31 +00:00
Don Stewart
4ac87689b8
tweak pkill
2007-06-10 09:30:27 +00:00
dave
fb8cddf4b4
greedydoc
...
Add documentation on how to use GreedyView as your default workspace switcher.
2007-06-10 09:10:56 +00:00
Don Stewart
cb1921b89a
use all 3 load values
2007-06-10 09:09:59 +00:00
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