Address code review feedback: improve comment clarity and remove duplicate

Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-18 09:52:08 +00:00
parent 2c181fcb21
commit 0bcc5d7546
2 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -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;