mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
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:
parent
2c181fcb21
commit
0bcc5d7546
2 changed files with 1 additions and 2 deletions
|
|
@ -1102,7 +1102,6 @@ int32_t tagmon(const Arg *arg) {
|
||||||
selmon = c->mon;
|
selmon = c->mon;
|
||||||
c->float_geom = setclient_coordinate_center(c, c->mon, c->float_geom, 0, 0);
|
c->float_geom = setclient_coordinate_center(c, c->mon, c->float_geom, 0, 0);
|
||||||
|
|
||||||
// Recalculate centered coordinates
|
|
||||||
// Recalculate centered coordinates
|
// Recalculate centered coordinates
|
||||||
if (c->isfloating) {
|
if (c->isfloating) {
|
||||||
c->geom = c->float_geom;
|
c->geom = c->float_geom;
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
arrange(Monitor *m, bool want_animation, bool from_view) {
|
||||||
Client *c = NULL;
|
Client *c = NULL;
|
||||||
double total_stack_inner_percent = 0;
|
double total_stack_inner_percent = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue