Merge branch 'next' into testcases

Conflicts:
	docs/userguide
This commit is contained in:
Michael Stapelberg
2009-08-21 11:45:59 +02:00
17 changed files with 173 additions and 130 deletions

View File

@ -127,6 +127,9 @@ src/handlers.c::
Contains all handlers for all kind of X events (new window title, new hints,
unmapping, key presses, button presses, …).
src/ipc.c::
Contains code for the IPC interface.
src/layout.c::
Renders your layout (screens, workspaces, containers).
@ -149,6 +152,9 @@ Manages the most important internal data structure, the design table.
src/util.c::
Contains useful functions which are not really dependant on anything.
src/workspace.c::
Contains all functions related to workspaces (displaying, hiding, renaming…)
src/xcb.c::
Contains wrappers to use xcb more easily.

View File

@ -505,7 +505,7 @@ or you can specify the position of the client if you always use the same layout.
*Examples*:
--------------------------------------
# Get me to the next open VIM instance
bind Mod1+38 jump "urxvt/VIM"
bindsym Mod1+a jump "urxvt/VIM"
--------------------------------------
=== Traveling the focus stack