Age | Commit message (Collapse) | Author |
|
important:
- drw_rect: didn't use w and h, change the dwm code accordingly.
- drw_text: text is NULL is not allowed, use drw_rect().
|
|
|
|
- signal: print error string.
- die: start message with lower-case (consistency).
- bump version to 2015.
|
|
|
|
|
|
"Limit the amount of updates when resizing or moving a window in floating
mode to 60 times per second. This makes resizing and moving alot smoother
and by limiting it it also uses alot less resources on my machine.
|
|
|
|
|
|
from dwm, no dmenuspawn required
|
|
however renamed theme into scheme resp. Theme into ClrScheme
|
|
|
|
|
|
that will be used by draw.c as well
|
|
it seems it breaks other stuff instead.
|
|
|
|
|
|
|
|
|
|
|
|
the old way
|
|
|
|
details
|
|
Langshaw:
- idea is not supporting movemouse/resizemouse/togglefloating for fullscreen windows
- as fullscreen windows are broken anyways, they should only be adjusted by their own means
|
|
Martti Kühne
|
|
|
|
|
|
|
|
|
|
|
|
restack() -- the latter aspect needs further investigation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thanks everyone involved
|
|
broken clients
|
|
debugging purposes I also added his transient test driver
|
|
|
|
|
|
|
|
|
|
second issue reported needed
|
|
|