changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS
This commit is contained in:
parent
4b9337a01e
commit
a54cf2ecef
4 changed files with 15 additions and 11 deletions
1
dwm.h
1
dwm.h
|
@ -48,6 +48,7 @@ struct Client {
|
|||
int rx, ry, rw, rh; /* revert geometry */
|
||||
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
|
||||
int minax, maxax, minay, maxay;
|
||||
int unmapped;
|
||||
long flags;
|
||||
unsigned int border, oldborder;
|
||||
Bool isbanned, isfixed, ismax, isfloating;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue