awesome/tests/examples
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
..
awful client: Rename the `manage` and `unmanage` signals. 2020-01-11 14:43:56 -08:00
gears/shape tests/examples: Explicitly mark tests generating an image 2018-07-24 14:12:44 +02:00
naughty tests: Test the new naughty.widgets 2019-06-08 18:56:08 -04:00
screen Add an option to draw clients. 2019-11-28 13:31:21 +01:00
sequences capi: Move from `.data` to `._private` for the property data. 2019-11-09 16:43:12 -05:00
shims client: Turn `rc.lua` logic into a new `request::border` signal. 2020-01-11 15:43:11 -08:00
text add docs for gears.cache 2020-01-05 20:58:36 -06:00
uml doc: Fix the UML template svg generation. 2019-10-01 02:07:05 -04:00
wibox Add imagebox doc example for `resize` property. 2019-11-28 13:53:59 +01:00
CMakeLists.txt doc: Help the examples with text but no images get generated more often. 2019-08-19 00:24:14 -04:00
runner.sh doc: Help the examples with text but no images get generated more often. 2019-08-19 00:24:14 -04:00