| Age | Commit message (Collapse) | Author |
|
|
|
statuscolors patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
variable rename
|
|
|
|
Text width calculations when using status2d strings resulted in
statuscmd button placement calculations to be way off. Fixed by
introducing a separate function status2dtextlength to get an
approximate correct text width.
|
|
Clicking on the bar before any clients have been started results
in dwm crashing. This fix addresses that.
|
|
|
|
|
|
|
|
another tag
|
|
|
|
|
|
|
|
|
|
floating clients
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
patches are enabled
|
|
|
|
patches are applied
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be moved to an adjacent screen
|
|
|
|
|
|
|
|
|
|
This jarred me a bit while reading the code, since "sw" usually refers
to the global screen geometry, but in drawbar() only it refers to
text-related geometry. Renaming it makes it more obvious that these are
not related.
|