]> git.sur5r.net Git - i3/i3/commit
Implement selecting the next tiling/floating window (using "focus")
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 21 Jun 2009 14:14:15 +0000 (16:14 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 21 Jun 2009 14:14:15 +0000 (16:14 +0200)
commitcba36914a8371c9f2b8bdad66195de909989ad78
treea9fe845efaf031eea88f4eb82d08bd47c1e19ce2
parenta5489d6546f7ab24fcc33399c62c3388a4c336ea
Implement selecting the next tiling/floating window (using "focus")

Also update documentation (manpage, userguide).
To make the code easier to read/write when checking if a client is
floating, introduce client_is_floating().
13 files changed:
CMDMODE
docs/userguide
i3.config
include/client.h
man/i3.man
src/client.c
src/commands.c
src/floating.c
src/handlers.c
src/layout.c
src/mainx.c
src/manage.c
src/util.c