awesome/lib
Uli Schlachter 44587cec35 awful.remote: Run code in a protected context (#2203)
This change makes errors messages show up in the replies, too.

Before (notice how the third command does not generate output):

$ awesome-client 'return 42' ; awesome-client 'sdfsdf' ; awesome-client 'error("foo")'
   double 42
   string "[string "sdfsdf"]:1: syntax error near <eof>"

After:

$ awesome-client 'return 42' ; awesome-client 'sdfsdf' ; awesome-client 'error("foo")'
   double 42
   string "[string "sdfsdf"]:1: syntax error near <eof>"
   string "Error during execution: [string "error("foo")"]:1: foo"

Signed-off-by: Uli Schlachter <psychon@znc.in>
2018-03-12 22:51:11 -04:00
..
awful awful.remote: Run code in a protected context (#2203) 2018-03-12 22:51:11 -04:00
beautiful fix(beautiful: xresources): don't return fallback colorscheme if only some of the values are missing (#2151) 2018-01-17 22:43:15 -05:00
gears Merge pull request #1487 from Elv13/fix_1482 2018-03-04 16:42:05 -05:00
menubar Fix icon path resolution in menubar.utils 2018-01-15 23:25:31 +01:00
naughty Add support for resizing notification icon with respect to aspect (#2176) 2018-02-06 11:01:40 -05:00
wibox Merge pull request #2153 from otommod/master 2018-01-22 17:44:03 -05:00
beautiful.lua Add pointless naughty.lua and beautiful.lua files (#1259) 2016-12-08 23:53:50 +01:00
naughty.lua Add pointless naughty.lua and beautiful.lua files (#1259) 2016-12-08 23:53:50 +01:00