apply rules after configurerequest
This commit is contained in:
parent
37da7d0d01
commit
d99660e0b8
2
event.c
2
event.c
|
@ -163,6 +163,8 @@ handle_event_configurerequest(XEvent * e)
|
||||||
if(get_current_layout(c->screen)->arrange != layout_floating)
|
if(get_current_layout(c->screen)->arrange != layout_floating)
|
||||||
c->isfloating = True;
|
c->isfloating = True;
|
||||||
client_resize(c, geometry, False);
|
client_resize(c, geometry, False);
|
||||||
|
|
||||||
|
tag_client_with_rules(c);
|
||||||
|
|
||||||
if(old_screen != c->screen)
|
if(old_screen != c->screen)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue