Mouse: Add arrange for the old screen when move a client from one tag/screen to another
This commit is contained in:
parent
8f92f962cf
commit
343e2a22a6
@ -118,6 +118,8 @@ mouse_move(Client *c)
|
||||
c->tag = i;
|
||||
tags[c->screen][c->tag].request_update = True;
|
||||
arrange(oscreen);
|
||||
if(oscreen != c->screen)
|
||||
arrange(c->screen);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -334,7 +334,6 @@ set_statustext(char *str)
|
||||
void
|
||||
signal_handle(int sig)
|
||||
{
|
||||
printf("pwet\n");
|
||||
exiting = True;
|
||||
quit();
|
||||
exit(EXIT_SUCCESS);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user