]> git.sur5r.net Git - i3/i3/commit
Implement floating (please test and find bugs)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 23 May 2009 14:34:03 +0000 (16:34 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 23 May 2009 14:34:03 +0000 (16:34 +0200)
commit5b8e2ecb1847743548ffa81da142f3524c866e5a
tree288fa3e6f391d3d63862154ea13e58ca9885a059
parent6bb0c825885480d5c2d419a68f53697ef1bc94f7
Implement floating (please test and find bugs)

Details which are missing: A command to hide/show all floating clients,
moving/resizing clients with your mouse holding Mod1 (click anywhere
in the client, not just on its borders), resize/move by keyboard, select
next/previous client by keyboard
12 files changed:
i3.config
include/data.h
include/floating.h [new file with mode: 0644]
include/layout.h
include/xcb.h
src/commands.c
src/floating.c [new file with mode: 0644]
src/handlers.c
src/layout.c
src/manage.c
src/util.c
src/xcb.c