]> git.sur5r.net Git - i3/i3/commit
Automatically hide i3bar when it's unneeded.
authordarkraven <drdarkraven@gmail.com>
Thu, 26 Jul 2012 18:53:32 +0000 (02:53 +0800)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 1 Aug 2012 23:44:25 +0000 (01:44 +0200)
commit875130e7e8e32ffbc3166388cfc81893ff6584d1
tree55d8baaf89d8c8264b2a6f8be1e5a3780e468972
parent395a6aaee59d5a9f7539c8f934b923bc206a4202
Automatically hide i3bar when it's unneeded.

When a workspace marked 'urgent', i3bar unhide
itself. if I want to hide it again, I must press the
modifier.This sometimes annoys me.

In this patch I change the above behavior to this:
If a urgent workspace occurs, i3bar will unhide itself;
and when you navigates away from the last urgent
workspace and there is no more urgent workspace, i3bar
will hide itself.
i3bar/src/xcb.c