From: Marco Peereboom Date: Sat, 17 Jan 2009 14:32:56 +0000 (+0000) Subject: Keep focus on right window when cycling stack order. This does flicker X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=cb6004ccfac2dd514a4377adbc7589e64f03664b;p=spectrwm.git Keep focus on right window when cycling stack order. This does flicker ugly when going to max stack. --- 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(); }