Adam Vogt
e944a6c8d3
Remove tabs from ManageHook.hs
2009-07-10 01:14:24 +00:00
Adam Vogt
eb1e29c8bb
Set infix 0 --> to reduce parentheses in ManageHooks
...
What was previously:
> (appName ?= x <&&> classname ?= y) --> (doFloat <+> doIgnore)
Can now be:
> appName ?= x <&&> classname ?= y --> doFloat <+> doIgnore
2009-07-10 01:13:08 +00:00
Joachim Breitner
61568318d6
Fix possible head []
...
This seems to be a rare case, but I just got hit by it.
2009-01-06 19:20:26 +00:00
Spencer Janssen
3caa989e20
ManageHook.doShift: use shiftWin instead of shift
2009-02-19 04:14:58 +00:00
Malebria
5f4d63ba71
Haddock links
2008-06-01 21:25:15 +00:00
Spencer Janssen
46ac2ca24b
I prefer the spencerjanssen@gmail.com address now
2008-07-14 20:26:50 +00:00
Ivan N. Veselov
5a19425e79
Added doShift function for more user-friendly hooks
2008-05-06 18:57:57 +00:00
Lukas Mai
aa58eea6dc
XMonad.ManageHook: add 'appName', another name for 'resource'
2008-04-06 01:20:06 +00:00
Lukas Mai
7db13a2a45
XMonad.ManageHook: make 'title' locale-aware; haddock cleanup
...
The code for 'title' was stolen from getname.patch (bug #44 ).
2008-04-06 01:13:38 +00:00
Spencer Janssen
16725dfe0d
Rename property to stringProperty
2008-03-25 20:18:14 +00:00
Brent Yorgey
15db3c6f0a
ManageHook: add a 'property' Query that can get an arbitrary String property from a window (such as WM_WINDOW_ROLE, for example)
2008-03-25 14:54:14 +00:00
Don Stewart
79754fd5d3
Revert float location patch. Not Xinerama safe
2008-03-21 21:41:29 +00:00
robreim
797204fe6c
Change floats to always use the current screen
2008-03-08 01:58:29 +00:00
Lukas Mai
9ceef229c3
normalize Module headers
2007-12-10 08:53:27 +00:00
Andrea Rossato
a29590034a
Typos and formatting
2007-11-24 14:32:21 +00:00
Spencer Janssen
1ab1d729a0
Add 'and' and 'or' functions to ManageHook.
2007-11-21 10:46:13 +00:00
Don Stewart
6ce125a566
pointfree
2007-11-20 18:40:16 +00:00
Spencer Janssen
3b83895d28
ManageHook is a Monoid
2007-11-19 06:08:20 +00:00
Don Stewart
107b942414
we need examples for the managehook edsl
2007-11-16 18:23:32 +00:00
Spencer Janssen
b51f6f55a8
Docs for ManageHook
2007-11-09 03:18:10 +00:00
Spencer Janssen
e2ab6e8a27
New ManageHook system
2007-11-09 02:47:22 +00:00