Commit Graph

90 Commits

Author SHA1 Message Date
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
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