]> git.sur5r.net Git - i3/i3/commit
Bugfix: Don’t focus new cons when there is a fullscreen con (Thanks dothebart)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Mar 2011 22:26:02 +0000 (23:26 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Mar 2011 22:26:02 +0000 (23:26 +0100)
commit287d7f9527838dc3fa4720af2cf1e3069e1f6e54
treeb527b47b589d5f95869529ef85eae6f8aede08ef
parent8ce5f2a21bfc2194a0cca1da223778bcb29872af
Bugfix: Don’t focus new cons when there is a fullscreen con (Thanks dothebart)

Also, remove the focus_it parameter from tree_open_con, it makes more sense to
call con_focus outside of the function.
include/tree.h
src/cmdparse.y
src/manage.c
src/tree.c