From cb6004ccfac2dd514a4377adbc7589e64f03664b Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Sat, 17 Jan 2009 14:32:56 +0000 Subject: [PATCH] Keep focus on right window when cycling stack order. This does flicker ugly when going to max stack. --- scrotwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scrotwm.c b/scrotwm.c index ae837cd..997e6be 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -603,6 +603,7 @@ cycle_layout(union arg *args) ws[current_ws].cur_layout++; if (ws[current_ws].cur_layout->l_stack == NULL) ws[current_ws].cur_layout = &layouts[0]; + ignore_enter = 1; stack(); } -- 1.7.10.4