mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-09 10:07:13 -05:00
Fixed offset not applying
This commit is contained in:
parent
02a3e053a8
commit
0e1f91b0e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1387,7 +1387,7 @@ void applyrules(Client *c) {
|
|||
if (r->offsetx || r->offsety || r->width > 0 || r->height > 0) {
|
||||
hit_rule_pos = r->offsetx || r->offsety ? true : false;
|
||||
c->iscustomsize = 1;
|
||||
c->float_geom = setclient_coordinate_center(c, c->float_geom,
|
||||
c->float_geom = c->geom = setclient_coordinate_center(c, c->float_geom,
|
||||
r->offsetx, r->offsety);
|
||||
}
|
||||
if (c->isfloating) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue