Spencer Janssen
|
79f23d6cec
|
Broadcast button events to all layouts, fix for issue #111
|
2007-12-27 08:03:56 +00:00 |
|
Brent Yorgey
|
46f5e68cfa
|
Config.hs: too many users seem to be ignoring/missing the polite warning not to modify this file; change it to something a bit less polite/more obvious.
|
2007-12-20 20:15:49 +00:00 |
|
Spencer Janssen
|
76d2bddaf0
|
Remove desktop manageHook rules in favor of ManageDocks
|
2007-12-22 11:37:35 +00:00 |
|
Spencer Janssen
|
f5e55f3a27
|
Wibble
|
2007-12-22 04:11:51 +00:00 |
|
Spencer Janssen
|
6c72a03fb1
|
Add support for several flags:
--version: print xmonad's version
--recompile: recompile xmonad.hs if it is out of date
--force-recompile: recompile xmonad.hs unconditionally
|
2007-12-22 02:05:20 +00:00 |
|
Spencer Janssen
|
31c7734f7b
|
Remove getProgName capability from restart, we don't use it anymore
|
2007-12-19 21:50:11 +00:00 |
|
Spencer Janssen
|
d1af7d986d
|
Flush pending X calls before restarting
|
2007-12-19 16:20:29 +00:00 |
|
tim.thelion
|
da167bfc11
|
Allow for sharing of home directory across architectures.
|
2007-12-18 06:51:46 +00:00 |
|
Spencer Janssen
|
c46f3ad549
|
Call 'broadcastMessage ReleaseResources' in restart
|
2007-12-19 06:57:10 +00:00 |
|
Adam Vogt
|
5b42a58d06
|
Manpage now describes config in ~/.xmonad/xmonad.hs
|
2007-12-19 02:39:18 +00:00 |
|
Adam Vogt
|
e8292e0e9d
|
Update manpage to describe greedyView
|
2007-12-19 02:37:26 +00:00 |
|
Spencer Janssen
|
6cd46e12bb
|
Depend on X11-1.4.1, it has crucial bugfixes
|
2007-12-15 02:21:00 +00:00 |
|
Don Stewart
|
2441275122
|
1.4.1 X11 dep
|
2007-12-14 16:05:58 +00:00 |
|
Spencer Janssen
|
f70ab7964e
|
Set withdrawnState after calling hide
|
2007-12-12 06:02:50 +00:00 |
|
Spencer Janssen
|
237fdbf037
|
Remove stale comment
|
2007-12-11 08:42:36 +00:00 |
|
Spencer Janssen
|
5166ede96b
|
Make windows responsible for setting withdrawn state
|
2007-12-11 08:01:17 +00:00 |
|
Spencer Janssen
|
56463b2391
|
Remove stale comment
|
2007-12-11 07:56:41 +00:00 |
|
Spencer Janssen
|
f427c2b0e9
|
Clean up stale mapped/waitingUnmap state in handle rather than unmanage.
This is an attempt to fix issue #96. Thanks to jcreigh for the insights
necessary to fix the bug.
|
2007-12-11 07:48:10 +00:00 |
|
Spencer Janssen
|
287d364e0d
|
Delete windows from waitingUnmap that aren't waitng for any unmaps
|
2007-12-11 07:45:06 +00:00 |
|
Brent Yorgey
|
8c31768b79
|
man/xmonad.hs: add some documentation explaining that 'title' can be used in the manageHook just like 'resource' and 'className'.
|
2007-12-10 17:33:57 +00:00 |
|
Lukas Mai
|
9ceef229c3
|
normalize Module headers
|
2007-12-10 08:53:27 +00:00 |
|
Spencer Janssen
|
40581c9bf8
|
Add 'testing' mode, this should reduce 'darcs check' time significantly
|
2007-12-10 00:47:04 +00:00 |
|
Spencer Janssen
|
161ade3593
|
Use XMonad meta-module in Main.hs
|
2007-12-10 00:44:56 +00:00 |
|
Spencer Janssen
|
f2461c9e3a
|
Remove references to 0.4
v0.5
|
2007-12-09 23:23:36 +00:00 |
|
Spencer Janssen
|
11b37429b1
|
Bump version to 0.5!
|
2007-12-09 23:15:39 +00:00 |
|
Spencer Janssen
|
bbf5d0010c
|
Rename xmonad.hs to xmonad-template.hs
|
2007-12-09 23:14:26 +00:00 |
|
Andrea Rossato
|
2f60ee5680
|
StackSet: some haddock tuning
|
2007-12-09 16:15:25 +00:00 |
|
Don Stewart
|
3e2d48d5da
|
add a template xmonad.hs
|
2007-12-09 22:50:18 +00:00 |
|
Spencer Janssen
|
462422d07a
|
Remove kicker and gnome-panel from the default manageHook, these are better
handled by XMonad.Hooks.ManageDocks. Also, remove the over-complicated list
comprehensions.
|
2007-12-09 13:54:08 +00:00 |
|
Spencer Janssen
|
33f28ed2ac
|
XMonad.Layouts -> XMonad.Layout
|
2007-12-08 08:05:53 +00:00 |
|
Andrea Rossato
|
a29590034a
|
Typos and formatting
|
2007-11-24 14:32:21 +00:00 |
|
Andrea Rossato
|
f394956e56
|
Move XMonad.Layouts to XMonad.Layout for uniformity with xmc
|
2007-11-24 14:30:00 +00:00 |
|
Spencer Janssen
|
039d9e2b96
|
Hide generalized newtype deriving from Haddock
|
2007-12-08 01:50:15 +00:00 |
|
Spencer Janssen
|
a73f8ec709
|
Export XMonad.Layouts from XMonad
|
2007-12-08 01:49:27 +00:00 |
|
Spencer Janssen
|
1bb18654d6
|
Export XMonad.Operations from XMonad
|
2007-12-08 00:06:36 +00:00 |
|
Spencer Janssen
|
fa45d59e95
|
Export Graphics.X11, Graphics.X11.Xlib.Extras, and various Monad stuff from XMonad
|
2007-12-07 23:35:35 +00:00 |
|
Spencer Janssen
|
f73f8f38a5
|
Depend on X11>=1.4.0
|
2007-12-05 04:59:45 +00:00 |
|
Spencer Janssen
|
28cc666a75
|
Update extra-source-files
|
2007-12-05 04:44:21 +00:00 |
|
Spencer Janssen
|
c8f16a85cf
|
Update man location
|
2007-12-05 04:39:13 +00:00 |
|
Lukas Mai
|
6908189698
|
make Query a MonadIO
|
2007-11-28 19:51:26 +00:00 |
|
Spencer Janssen
|
39eccc350c
|
Add ManageHook to the XMonad metamodule
|
2007-11-27 00:28:40 +00:00 |
|
Don Stewart
|
c8ab301c95
|
update todos before release
|
2007-11-25 05:27:20 +00:00 |
|
Don Stewart
|
5e310c0c94
|
Depend on X11 1.4.0
|
2007-11-25 03:40:12 +00:00 |
|
Lukas Mai
|
4fa10442ab
|
add getXMonadDir (2nd try)
|
2007-11-21 18:30:18 +00:00 |
|
Spencer Janssen
|
1ab1d729a0
|
Add 'and' and 'or' functions to ManageHook.
|
2007-11-21 10:46:13 +00:00 |
|
Don Stewart
|
c95b8d9160
|
generalise type of `io'
|
2007-11-21 05:44:07 +00:00 |
|
Spencer Janssen
|
92b4510d7b
|
Add recompilation forcing, clean up recompile's documentation
|
2007-11-20 22:36:14 +00:00 |
|
Spencer Janssen
|
6114bb371e
|
recompile does not raise any exceptions
|
2007-11-20 21:58:35 +00:00 |
|
Spencer Janssen
|
7e2ec3840c
|
-no-recomp because we're doing our own recompilation checking
|
2007-11-20 21:57:44 +00:00 |
|
Don Stewart
|
6ce125a566
|
pointfree
|
2007-11-20 18:40:16 +00:00 |
|