awesome/lib/gears
Uli Schlachter 94dede7511 Add functions for calling something for every screen
This adds gears.screen which contains a wrapper around
screen.connect_signal("added", func) that also calls the callback function for
each screen that already exists. This is added in gears.screen so that it can
also be used from e.g. wibox, if needed. Feel free to move this elsewhere if
that's a bad idea (I'm not really convinced of it).

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-03-27 10:51:28 +02:00
..
cache.lua Fix all luacheck warnings in lib/gears 2016-02-12 09:11:50 +01:00
color.lua gears.color: Add transparent constant 2016-03-04 03:16:56 -05:00
debug.lua Fix some broken documentation in gears.debug 2016-02-28 12:05:55 +01:00
init.lua Add functions for calling something for every screen 2016-03-27 10:51:28 +02:00
matrix.lua gears.matrix: Remove (now-)unused code 2016-03-26 19:37:21 +01:00
object.lua Fix all luacheck warnings in lib/gears 2016-02-12 09:11:50 +01:00
protected_call.lua Add gears.protected_call 2016-02-28 12:07:02 +01:00
screen.lua Add functions for calling something for every screen 2016-03-27 10:51:28 +02:00
shape.lua gears.shape: Stop using _call on a matrix 2016-03-26 19:33:10 +01:00
surface.lua gears.surface: Change the way that caching works 2016-02-28 17:21:10 +01:00
timer.lua Use gears.protected_call where applicable 2016-02-28 12:28:55 +01:00
wallpaper.lua Use the new way to iterate over screens in Lua 2016-03-06 14:05:28 +01:00