index
:
metatile
master
A fork of XMonad
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Config.hs-boot
Age
Commit message (
Expand
)
Author
2007-10-13
clean up names of layout code
Don Stewart
2007-10-03
manageHook: use the curry style, better documentation
Spencer Janssen
2007-10-03
Remove unused import
Spencer Janssen
2007-09-29
some renaming of classes and data types.
David Roundy
2007-10-02
Pass window name and class info to manageHook
Spencer Janssen
2007-10-01
Send ClassHints to manageHook
Spencer Janssen
2007-10-01
First cut at manageHook
Spencer Janssen
2007-09-28
define defaultLayout in Config.hs.
David Roundy
2007-09-25
add support for parseable layouts not in the default.
David Roundy
2007-09-24
Make a String description part of each Layout.
David Roundy
2007-09-21
add layout selection back into core xmonad using LayoutSelection.
David Roundy
2007-09-21
make layouts preserved over restart
David Roundy
2007-08-14
change workspaces to [WorkspaceId]
David Roundy
2007-07-28
added workspaces to hs-boot (needed by XMonadContrib.Commands and possibly ot...
Andrea Rossato
2007-06-10
Move state logging into Config.hs, via logHook :: X ()
Don Stewart
2007-06-06
move extraModifiers/cleanMask to Operations.hs
Jason Creighton
2007-06-05
Enable logging of state changes to stdout
Don Stewart
2007-06-02
make mouse bindings configurable
Jason Creighton
2007-06-01
ignore numlock/capslock on mouse bindings
Jason Creighton
2007-05-31
first shot at a floating layer
Jason Creighton
2007-05-27
mod-b, toggle on or off the status bar gap
Don Stewart
2007-05-27
Add new config value, defaultMenuGap, for specifying a gap for a status bar
Don Stewart
2007-05-20
HEADS UP: Rewrite StackSet as a Zipper
Don Stewart
2007-05-03
add support for extensible layouts.
David Roundy
2007-04-30
Make border width configurable
Spencer Janssen
2007-04-30
Add Config.hs-boot, remove defaultLayoutDesc from XConf
Spencer Janssen