all repos — openbox @ 2b1a53cd730810fd8897433dd3faad29906a3b40

openbox fork - make it a bit more like ryudo

Dock used showDelay for both hiding and showing (Bug 5811)
Lefteris Chatzimparmpas lefcha@fastmail.net
commit

2b1a53cd730810fd8897433dd3faad29906a3b40

parent

b2b5df767cc54539f75fc1263fe21f8a0ab1d797

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/dock.copenbox/dock.c

@@ -662,7 +662,7 @@ }

} else { if (!dock->hidden && config_dock_hide) { hide_timeout_id = g_timeout_add_full(G_PRIORITY_DEFAULT, - config_dock_show_delay, + config_dock_hide_delay, hide_timeout, NULL, NULL); } else if (dock->hidden && config_dock_hide && show_timeout_id) { if (show_timeout_id) g_source_remove(show_timeout_id);