Spencer Janssen
708084dd48
Remove gaps
2008-03-25 09:15:26 +00:00
Don Stewart
029965e4d4
add mod-shift-tab to the default bindings, from Mathias Stearn
2008-03-23 21:14:21 +00:00
Brent Yorgey
9d9acba45f
Add a startupHook.
...
The only thing I am not sure about here is at what exact point the
startupHook should get run. I picked a place that seems to make sense:
as late as possible, right before entering the main loop. That way all
the layouts/workspaces/other state are set up and the startupHook can
manipulate them.
2008-02-04 19:24:45 +00:00
Spencer Janssen
5e61b137fb
Make focus-follows-mouse configurable
2007-12-29 02:33:01 +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
31c7734f7b
Remove getProgName capability from restart, we don't use it anymore
2007-12-19 21:50:11 +00:00
Spencer Janssen
c46f3ad549
Call 'broadcastMessage ReleaseResources' in restart
2007-12-19 06:57:10 +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
Andrea Rossato
f394956e56
Move XMonad.Layouts to XMonad.Layout for uniformity with xmc
2007-11-24 14:30:00 +00:00
Andrea Rossato
6ae94edbe4
Config: small haddock fix
2007-11-16 11:31:58 +00:00
Lukas Mai
b4e0e77911
make default ratios in config nicer to look at
2007-11-12 01:35:51 +00:00
Devin Mullins
4887c5ac42
clarify comment at top of Config.hs
...
There appears to be some confusion -- several people have wanted to edit
Config.hs as was done in the past. This comment probably won't stop that, but
it's a start.
2007-11-11 19:13:04 +00:00
David Roundy
3d0c08365d
avoid Data.Ratio and % operator in XMonad.Config
...
I think this'll make Config.hs more friendly as a template for folks
to modify.
2007-11-11 18:37:08 +00:00
Devin Mullins
e4c2a81ca1
remove obviated (and confusing) comments
2007-11-11 05:50:47 +00:00
David Roundy
c8473e3ae9
hide existential Layout (mostly) from user API.
2007-11-11 00:30:55 +00:00
Spencer Janssen
e2ab6e8a27
New ManageHook system
2007-11-09 02:47:22 +00:00
Don Stewart
dbfd13207d
Provide top level XMonad.hs export module
2007-11-07 03:06:17 +00:00
Don Stewart
30af3a8f84
EventLoop -> Core, DefaultConfig -> Config
2007-11-05 02:17:05 +00:00