index
:
xmonad
master
mirror of http://code.haskell.org/xmonad
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Config.hs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-09-28
define defaultLayout in Config.hs.
David Roundy
1
-2
/
+13
2007-09-28
Add setLayout to the core
Spencer Janssen
1
-0
/
+1
2007-09-28
Document otherPossibleLayouts
Spencer Janssen
1
-0
/
+3
2007-09-28
Minor formatting
Spencer Janssen
1
-3
/
+3
2007-09-28
otherPossibleLayouts is empty by default
Spencer Janssen
1
-7
/
+3
2007-09-25
add support for parseable layouts not in the default.
David Roundy
1
-0
/
+7
2007-09-24
Make a String description part of each Layout.
David Roundy
1
-4
/
+4
2007-09-24
broadcast a ReleaseResources before restarting
Andrea Rossato
1
-1
/
+1
2007-09-21
add layout selection back into core xmonad using LayoutSelection.
David Roundy
1
-5
/
+5
2007-09-20
eliminate ugly OldLayout.
David Roundy
1
-3
/
+3
2007-09-14
move Layout stuff into class (hokey first cut).
David Roundy
1
-4
/
+4
2007-09-27
Add StackSet.focusMaster (mod-m) to move focus to master
Don Stewart
1
-0
/
+2
2007-09-17
Eliminate Operations.sink too
Spencer Janssen
1
-1
/
+1
2007-09-17
Remove Operations functions which have StackSet equivalents, just use 'window...
Spencer Janssen
1
-11
/
+11
2007-09-17
Change manpage token @@ to %! to avoid conflicts with Haddock (xmonad)
Alex Tarkovsky
1
-27
/
+27
2007-09-07
Add missing insert markers for generate-configs.sh in Config.hs
Alex Tarkovsky
1
-4
/
+9
2007-09-05
Use show rather than string hacks
Spencer Janssen
1
-1
/
+1
2007-08-20
switch WorkspaceId to String.
David Roundy
1
-1
/
+1
2007-09-05
Alex Tarkovsky's docstring patch updated for conflicts
Spencer Janssen
1
-2
/
+10
2007-08-24
Add docstrings for mouse controls
Spencer Janssen
1
-0
/
+3
2007-08-21
comment only: example of 2 monitor gaps
Don Stewart
1
-0
/
+5
2007-08-16
Fix new bug in screen switching
Spencer Janssen
1
-1
/
+2
2007-08-14
change workspaces to [WorkspaceId]
David Roundy
1
-3
/
+3
2007-07-17
Tweak dmenu binding
Peter De Wachter
1
-1
/
+1
2007-07-08
Operations.screenWorkspace: return Nothing when the screen does not exist
Spencer Janssen
1
-1
/
+1
2007-06-19
make Layouts able to layout whatever they like.
David Roundy
1
-1
/
+1
2007-06-10
haddock compatibility
Andrea Rossato
1
-12
/
+12
2007-06-10
Move state logging into Config.hs, via logHook :: X ()
Don Stewart
1
-4
/
+6
2007-06-05
Enable logging of state changes to stdout
Don Stewart
1
-0
/
+7
2007-06-03
heads up: polish config.hs. moves tiling-local values into lexical scope. rem...
Don Stewart
1
-21
/
+39
2007-06-02
Fix out-of-date comment in Config.hs.
Chris Mears
1
-1
/
+1
2007-06-02
make mouse bindings configurable
Jason Creighton
1
-0
/
+7
2007-05-31
Revert accidental change to border color
Spencer Janssen
1
-1
/
+1
2007-05-31
clean up mouse code a bit
Don Stewart
1
-3
/
+3
2007-05-31
first shot at a floating layer
Jason Creighton
1
-0
/
+2
2007-05-30
Really change restart keybinding this time
Spencer Janssen
1
-1
/
+1
2007-05-30
UNDO: HEADS UP: Change restart keybinding to mod-q
Spencer Janssen
1
-1
/
+1
2007-05-30
HEADS UP: Change restart keybinding to mod-q
Spencer Janssen
1
-1
/
+1
2007-05-29
Fix 'refresh' doc string
Spencer Janssen
1
-1
/
+1
2007-05-29
make 'tall' layout the default on startup. more useful for new users
Don Stewart
1
-3
/
+3
2007-05-28
ensure !! won't go out of bounds in modifyGap
Don Stewart
1
-1
/
+1
2007-05-28
help man script
Don Stewart
1
-2
/
+1
2007-05-28
Document mod-n
Spencer Janssen
1
-1
/
+1
2007-05-28
support per-screen gap settings. you can have different gaps on individual sc...
Don Stewart
1
-5
/
+6
2007-05-28
Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen
Don Stewart
1
-4
/
+9
2007-05-27
mod-b, toggle on or off the status bar gap
Don Stewart
1
-3
/
+6
2007-05-27
Add new config value, defaultMenuGap, for specifying a gap for a status bar
Don Stewart
1
-0
/
+4
2007-05-27
Generate keybindings section in manpage from Config.hs
Jason Creighton
1
-90
/
+22
2007-05-26
HEADS UP: change key binding for swapLeft/Right and IncMaster
Don Stewart
1
-12
/
+17
2007-05-25
Formatting only
Spencer Janssen
1
-3
/
+3
[next]