From ec6d54148dd35d50a3fade45b852b23210ad0208 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Thu, 1 Jan 2026 09:49:33 +0800 Subject: [PATCH] opt: change view_current_to_back default to 0 --- src/config/preset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/preset.h b/src/config/preset.h index 31f514f..1d282cb 100644 --- a/src/config/preset.h +++ b/src/config/preset.h @@ -69,7 +69,7 @@ int focus_cross_monitor = 0; int focus_cross_tag = 0; int exchange_cross_monitor = 0; int scratchpad_cross_monitor = 0; -int view_current_to_back = 1; +int view_current_to_back = 0; int no_border_when_single = 0; int no_radius_when_single = 0; int snap_distance = 30;