JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Keep focus on right window when cycling stack order. This does flicker
authorMarco Peereboom <marco@conformal.com>
Sat, 17 Jan 2009 14:32:56 +0000 (14:32 +0000)
committerMarco Peereboom <marco@conformal.com>
Sat, 17 Jan 2009 14:32:56 +0000 (14:32 +0000)
ugly when going to max stack.

scrotwm.c

index ae837cd..997e6be 100644 (file)
--- 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();
 }