egasimus / xmonad-equalspacing

A layout modifier that makes window-window spacing equal to window-edge spacing.
Other
16 stars 1 forks source link

better show and messages now take integer argument #3

Closed incertia closed 8 years ago

incertia commented 8 years ago

parameterized the messages (it's simple enough where we don't need to make new messages) and provided a more succinct show and modifierDescription (before, it was EqualSpacing EqualSpacing { gap = ... })

will try to figure out smart shrinking once i figure out arrows.