awesome/docs/common
Emmanuel Lepage Vallee 04c757322c client: Turn `rc.lua` logic into a new `request::border` signal.
The default `rc.lua` was using the focus/unfocus signals to set
the border color along with `awful.rules`. This logic block was
no longer aligned with the rest of `rc.lua` since it was
the only place where `beautiful` variables where only used by
`rc.lua`.

On top of this, the new request handler also has extra contexts
for the urgent and floating/maximixed use cases. So it can be used
by themes to implement much smarter borders than just focus based
ones. They were previously limited by the fact most of the
(un-monkey-patchable) logic was in `rc.lua`.

Note that this commit also shuffle the awful.rules order between
the titlebar and the border and changes the tests accordignly.
After some consideration, I came to the conclusion the previous
behavior was bogus and the fact that the placement tests required
to know about the titlebar height is simply a proof of that. The
change was required in this commit because since the border is no
longer in the default rules, a new buggy edge case surfaced.
2020-01-11 15:43:11 -08:00
..
client_theme.ldoc client: Turn `rc.lua` logic into a new `request::border` signal. 2020-01-11 15:43:11 -08:00
cobject.ldoc doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
cursor_c.ldoc doc: Document cursors 2016-09-26 00:40:20 -04:00
fixed.ldoc doc: Upgrade the widget layout documentation. 2019-11-30 01:26:06 -05:00
object.ldoc Add inheritance tags to `docs/common/object.ldoc`. 2019-11-27 01:43:07 -05:00
rule.ldoc matcher: Add a "every" and "every_any" sections to the rules. 2019-08-03 18:26:06 -04:00
rules_index.ldoc doc: Use the new doc convention. 2019-11-09 16:43:12 -05:00
wibox.ldoc doc: Port the `wibox` module to the new doc format. 2019-12-21 13:25:25 -08:00
wibox_constructor.ldoc doc: Mutualize the wibar and wibox constructor documentation. 2017-11-27 00:22:11 -05:00
widget.ldoc Fix missing `self` parameter from signals. 2019-12-02 13:19:46 +01:00