awesome/lib/awful
Uli Schlachter 0e20fef2bd Add awful.util.spawn_with_line_callback
This new function spawns a program, similarly to awful.spawn, but captures its
output. On each line of output on stdout / stderr, a Lua function is called with
this line. There are different callbacks for stdout and stderr. When both stdout
and stderr are closed, another callback function is called. The intention for
this last callback is "the program is done", because most programs should only
close their output when they exit.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-09-02 22:27:32 +02:00
..
client Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
layout Preserve old mousegrabber behavior (additionally) 2015-07-28 13:09:50 +02:00
mouse Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
widget awful.widget.keyboardlayout: Rename private members 2015-08-11 12:44:48 +02:00
autofocus.lua Use `hints` table argument with `request::activate` signal 2015-06-25 06:47:39 +02:00
button.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
client.lua Fix missing parenthesis to a call of screen.focused 2015-07-29 18:47:34 +02:00
completion.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
dbus.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
ewmh.lua Fix ewmh.activate to use the hints argument 2015-07-10 15:13:16 +02:00
init.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
key.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
keygrabber.lua keygrabber.grabber: rename function name 2015-07-22 13:52:47 +02:00
menu.lua awful.menu: use beautiful.xresources.apply_dpi for margins 2015-08-01 17:47:51 +02:00
placement.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
prompt.lua Replace uses of color_strip_alpha with ensure_pango_color, refactor 2015-07-10 18:11:45 -04:00
remote.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
rules.lua minor: fix/improve doc comments 2015-07-12 17:42:53 +02:00
screen.lua Add awful.screen.focused [FS#1029] 2015-07-21 12:51:45 +02:00
startup_notification.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
tag.lua Add awful.screen.focused [FS#1029] 2015-07-21 12:51:45 +02:00
titlebar.lua titlebar: add tooltips for icon buttons 2015-08-02 15:36:54 +02:00
tooltip.lua awful.tooltip: do not hide when entering its wibox 2015-08-02 15:36:54 +02:00
util.lua Add awful.util.spawn_with_line_callback 2015-09-02 22:27:32 +02:00
wibox.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00