fixed windows can be moved
This commit is contained in:
parent
5d9ef8b5d5
commit
e07af54520
2
mouse.c
2
mouse.c
|
@ -51,7 +51,7 @@ uicb_client_movemouse(int screen, char *arg __attribute__ ((unused)))
|
||||||
Client *c = globalconf.focus->client;
|
Client *c = globalconf.focus->client;
|
||||||
Tag **curtags = get_current_tags(screen);
|
Tag **curtags = get_current_tags(screen);
|
||||||
|
|
||||||
if(!c || (c && c->isfixed))
|
if(!c)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if((curtags[0]->layout->arrange != layout_floating)
|
if((curtags[0]->layout->arrange != layout_floating)
|
||||||
|
|
Loading…
Reference in New Issue