implemented the maximization as I described on the mailinglist, this feels better to me.
This commit is contained in:
parent
bda53ac6ad
commit
d800ec05ff
7 changed files with 25 additions and 50 deletions
1
main.c
1
main.c
|
@ -24,7 +24,6 @@ unsigned int ntags, numlockmask;
|
|||
Atom wmatom[WMLast], netatom[NetLast];
|
||||
Bool running = True;
|
||||
Bool issel = True;
|
||||
Bool maximized = False;
|
||||
Client *clients = NULL;
|
||||
Client *sel = NULL;
|
||||
Client *stack = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue