[wmfs.c] Remove updatelayout when tagswitch
This commit is contained in:
parent
ff828688d9
commit
e98439eb28
2
wmfs.c
2
wmfs.c
@ -953,7 +953,6 @@ tag(char *cmd) {
|
|||||||
if(selbytag[seltag])
|
if(selbytag[seltag])
|
||||||
focus(selbytag[seltag]);
|
focus(selbytag[seltag]);
|
||||||
|
|
||||||
updatelayout();
|
|
||||||
updateall();
|
updateall();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -980,7 +979,6 @@ tagswitch(char *cmd) {
|
|||||||
if(selbytag[seltag])
|
if(selbytag[seltag])
|
||||||
focus(selbytag[seltag]);
|
focus(selbytag[seltag]);
|
||||||
|
|
||||||
updatelayout();
|
|
||||||
updateall();
|
updateall();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user