Daniel Hahler
|
68de588f21
|
tests: fix indenting/style (#1303)
Basically:
> for f in **/*.lua; do vim '+set sw=4' '+norm gg=G' '+wq' "$f"; done
|
2016-12-27 21:39:08 +01:00 |
Emmanuel Lepage Vallee
|
75764108e1
|
awful.placement: Make all functions return the geometry
|
2016-04-30 04:27:33 -04:00 |
Emmanuel Lepage Vallee
|
fe8beaeaac
|
placement: Fix incorect use of the border_width
The code and tests assumed the border was equaly applied around
the geometry while the {x,y} pair of the geometry include the
border.
|
2016-04-18 23:56:23 -04:00 |
Emmanuel Lepage Vallee
|
dd0ea33015
|
tests: Test the new `awful.placement` aliases
|
2016-03-31 05:04:24 -04:00 |