Spencer Janssen
41deac6194
Remove putSelection, fixes #317
2009-10-30 22:43:54 +00:00
Adam Vogt
a64d55f618
Fix typo in H.FadeInactive documentation
2009-10-29 16:57:36 +00:00
Anders Engstrom
b1ac0b5030
X.L.MultiCol constructor 0 NWin bugfig
...
Fix bug where the constructor did not accept catch-all columns. Also some minor cleaning.
2009-10-29 10:56:33 +00:00
Ismael Carnales
ccd71d4a15
X.H.ManageHelpers: added currentWs that returns the current workspace
2009-10-28 19:35:19 +00:00
Anders Engstrom
6e84273e03
X.L.MultiColumns bugfix and formating
...
Fix bug where a column list of insufficient length could be used to find the column of the window. Also fix formating to conform better with standards.
2009-10-27 13:17:41 +00:00
Anders Engstrom
3fd77f5386
X.L.MultiColumns NWin shrinkning fix
...
Fixed a bug where the list containing the number of windows in each column was allowed the shrink if a column was unused.
2009-10-27 00:59:32 +00:00
Anders Engstrom
95bada8d02
New Layout X.L.MultiColumns
...
New layout inspired the realization that I was switching between Mirror Tall and Mirror ThreeCol depending on how many windows there were on the workspace. This layout will make those changes automatically.
2009-10-24 17:51:55 +00:00
mail
0b9b98c06b
Changing behaviour of ppUrgent with X.H.DynamicLog
...
Currently, the ppUrgent method is an addition to the ppHidden method.
This doesn't make any sense since it is in fact possible to get urgent
windows on the current and visible screens. So I've raised the ppUrgent
printer to be above ppCurrent/ppVisible and dropped its dependency on
ppHidden.
In addition to that this makes it a lot more easier to define a more
custom ppUrgent printer, since you don't have to "undo" the ppHidden
printer anymore. This also basicly removes the need for dzenStrip,
although I just changed the description.
-- McManiaC / Nils
2009-09-10 01:04:11 +00:00
Tomas Janousek
cdb1e6ef71
fix X.U.Run.spawnPipe fd leak
2009-10-25 21:02:46 +00:00
Spencer Janssen
6f6e9692c2
Bump version to 0.9
v0.9
2009-10-26 00:48:50 +00:00
Wirt Wolff
beda65a760
README Update to point to wiki changelog, prettify
2009-10-24 20:35:50 +00:00
Wirt Wolff
79ab1d5de1
Doc namespace minor updates
...
Most signifigant changes are use unversioned links to external html,
fix a couple of key binding examples, and double quotes that should
have been single.
2009-10-23 18:49:05 +00:00
Wirt Wolff
06a1322366
Docs: use myLayout like template rather than plural
...
Despite myLayouts currently being more popular in examples, make
them all myLayout as in man/xmonad.hs to avoid mixing them in the
same module as was done a few places, leading to confusion for some users.
2009-10-23 04:26:51 +00:00
Spencer Janssen
5417286d6a
Use 'ewmh' in relevant configs
2009-10-23 03:50:43 +00:00
Spencer Janssen
4832f0fc7d
Add ewmh function to set all EWMH settings in one step
2009-10-23 03:46:30 +00:00
Adam Vogt
74a03cd8fb
Refer to modm as the current modMask
...
This makes the config suggestions consistent with the current template.
2009-10-22 04:11:26 +00:00
Daniel Schoepe
9f16a427e6
Resolve conflicts between Justin Bogner's C.Desktop patch and latest head.
2009-10-22 11:58:49 +00:00
Justin Bogner
fc1da0d701
Move EWMH support initialization to a startupHook
...
Set EWMH support atoms and the window manager name in a startup hook,
rather than in the log hook: the log hook occurs far too frequently
for it to make sense to set constants with it.
2009-10-11 05:35:38 +00:00
Wirt Wolff
6e91396fa5
C.Desktop fix bad escaping and typo
2009-10-22 10:01:56 +00:00
Wirt Wolff
0e713d57c1
C.Desktop doc explaining common desktop config customizations
...
To close http://code.google.com/p/xmonad/issues/detail?id=174
2009-10-22 04:27:48 +00:00
Daniel Schoepe
8f8e650537
Clean keymask in GridSelect(solves issue 318)
2009-10-21 22:34:04 +00:00
Adam Vogt
00bae8bafa
Share one StdGen between RGB channels in A.RandomBackground
2009-10-20 16:59:24 +00:00
Adam Vogt
be635001de
Document A.RandomBackground
2009-10-20 16:52:05 +00:00
Adam Vogt
3513c8386b
Bump X11 dependency to 1.4.6.1, to access cursor definitions.
2009-10-20 16:19:14 +00:00
Wirt Wolff
6d4ad7f431
C.Gnome combine with instead of replace Desktop startupHook
...
Now that C.Desktop sets startupHook do both rather than only
gnomeRegister.
2009-10-20 09:20:10 +00:00
Adam Vogt
4abbb620a4
Remove H.SetCursor: U.Cursor is preferred
2009-10-19 23:57:22 +00:00
Adam Vogt
37a0dba16e
Add some haddock formatting in U.Cursor
2009-10-19 23:30:36 +00:00
Andres Salomon
bcab2509d3
XMonadContrib: set the default cursor to left_ptr for the Desktop config
2009-09-15 16:57:53 +00:00
Andres Salomon
9ac6c9a24d
XMonadContrib: add a utility module to set the default cursor
...
This adds XMonad.Util.Cursor, which defines a function that allows setting
the default mouse cursor. This can be useful for (for example) gnomeConfig,
to ensure that the root cursor is changed from X_cursor to left_ptr.
2009-09-15 16:56:04 +00:00
Adam Vogt
45db2ebfbe
More docs formatting in A.GridSelect
2009-10-16 20:31:32 +00:00
Adam Vogt
721cda38cc
In A.GridSelect correct haddocks
2009-10-16 17:11:59 +00:00
Adam Vogt
f655307a1c
Describe parameters to subLayouts more
2009-10-16 16:49:37 +00:00
Adam Vogt
8d4c0a5e13
Refer to modMask as modm in L.SubLayouts sample keybinds
2009-10-16 16:47:37 +00:00
Adam Vogt
f61ac3a174
Format L.SubLayout TODO
2009-10-16 15:58:37 +00:00
Adam Vogt
f28f32f7ed
Add more links in L.SubLayout documentation
2009-10-16 15:55:18 +00:00
Adam Vogt
0e2aef4deb
Link a screenshot in L.SubLayouts from the haskellwiki
2009-10-16 15:05:39 +00:00
Jan Vornberger
41a53e7d15
Added focusMaster to BoringWindows
2009-10-15 23:35:18 +00:00
Adam Vogt
ca29a33f56
Remove NamedFieldPuns from L.LimitWindows
...
This is more ugly, but otherwise we have lots of trouble for ghc-6.8
compatibility (due to the recomended flag having changed)
2009-10-15 01:01:23 +00:00
Max Rabkin
d330dcae24
added prop_select_two_consec to test_Selective.hs
2009-10-01 15:58:53 +00:00
Adam Vogt
6ef8fd353d
Note L.Minimize in L.LimitWindows haddocks.
2009-10-14 20:53:26 +00:00
Max Rabkin
2b31698e15
Move limitSelect into L.LimitWindows
2009-10-14 20:22:13 +00:00
Max Rabkin
79eb2582c4
added haddocks for L.Selective
2009-10-02 11:27:20 +00:00
Max Rabkin
70e968c354
Support IncMasterN in Selective
2009-09-29 17:33:46 +00:00
Max Rabkin
adc029566e
removed commented-out code
2009-09-29 16:35:09 +00:00
Max Rabkin
cd43a200bf
Test that update preserves invariants of Selection
2009-09-29 16:31:39 +00:00
Max Rabkin
f0e835ebe2
move updateSel from test_Selective into Selective
2009-09-29 16:04:20 +00:00
Max Rabkin
831168d701
Add "Selective" layout modifier
2009-09-29 16:02:07 +00:00
Daniel Schoepe
064f117018
Filter extra modifier bits some layouts set in XMonad.Prompt
2009-10-12 13:28:14 +00:00
Adam Vogt
1edc2752c7
Cleanup L.BorderResize
2009-10-12 05:55:32 +00:00
Jan Vornberger
06998efa45
Layout modifier to resize windows by dragging their borders with the mouse
2009-10-11 22:22:14 +00:00