From ae5a9e56974912771641820461f904ec7ff1708c Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Mon, 1 Dec 2025 17:50:40 +0800 Subject: [PATCH] mtest --- src/dispatch/bind_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatch/bind_define.h b/src/dispatch/bind_define.h index a141830..ab6efc3 100644 --- a/src/dispatch/bind_define.h +++ b/src/dispatch/bind_define.h @@ -1519,7 +1519,7 @@ int disable_monitor(const Arg *arg) { wlr_output_state_set_enabled(&state, false); wlr_output_commit_state(m->wlr_output, &state); m->asleep = 1; - updatemons(NULL, NULL); + // updatemons(NULL, NULL); break; } }