From 0bcc5d7546251e5aeef12f98dd30544c3a8a5b28 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:52:08 +0000 Subject: [PATCH] Address code review feedback: improve comment clarity and remove duplicate Co-authored-by: squassina <8495707+squassina@users.noreply.github.com> --- src/dispatch/bind_define.h | 1 - src/layout/arrange.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dispatch/bind_define.h b/src/dispatch/bind_define.h index 245af336..879a4c72 100644 --- a/src/dispatch/bind_define.h +++ b/src/dispatch/bind_define.h @@ -1102,7 +1102,6 @@ int32_t tagmon(const Arg *arg) { selmon = c->mon; c->float_geom = setclient_coordinate_center(c, c->mon, c->float_geom, 0, 0); - // Recalculate centered coordinates // Recalculate centered coordinates if (c->isfloating) { c->geom = c->float_geom; diff --git a/src/layout/arrange.h b/src/layout/arrange.h index 7962b064..d8d38c82 100644 --- a/src/layout/arrange.h +++ b/src/layout/arrange.h @@ -705,7 +705,7 @@ void reset_size_per_mon(Monitor *m, int32_t tile_cilent_num, } } -void // Main arrange function +void // Main layout arrangement function that positions and sizes tiled windows according to the current layout arrange(Monitor *m, bool want_animation, bool from_view) { Client *c = NULL; double total_stack_inner_percent = 0;