From d1e96727cb11cfdace0eb6dcc185753d87b48b07 Mon Sep 17 00:00:00 2001 From: Samet Aylak Date: Sun, 2 Nov 2025 09:01:21 -0500 Subject: [PATCH] rcxml.c: fix indentation --- src/config/rcxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/rcxml.c b/src/config/rcxml.c index 84a4b43f..46519362 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -1438,7 +1438,7 @@ rcxml_init(void) rc.window_switcher.outlines = true; rc.window_switcher.unshade = true; rc.window_switcher.criteria = LAB_VIEW_CRITERIA_CURRENT_WORKSPACE - | LAB_VIEW_CRITERIA_CURSOR_OUTPUT + | LAB_VIEW_CRITERIA_CURSOR_OUTPUT | LAB_VIEW_CRITERIA_ROOT_TOPLEVEL | LAB_VIEW_CRITERIA_NO_SKIP_WINDOW_SWITCHER;