From: Samir Benmendil Date: Sun, 12 Mar 2017 23:26:42 +0000 (+0000) Subject: awesome: update error handling X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/dc0e2a9d8fa2598ab948e687027151a9156ef33d awesome: update error handling --- diff --git a/awesome/rc.lua b/awesome/rc.lua index c4f3d62..b7def3e 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -28,13 +28,13 @@ do naughty.notify({ preset = naughty.config.presets.critical, title = "Oops, an error happened!", - text = err }) + text = tostring(err) }) in_error = false end) end -- Variable definitions {{{1 --- Themes define colours, icons, and wallpapers +-- Themes define colours, icons, font and wallpapers. beautiful.init(awful.util.getdir("config").."/themes/mlp/theme.lua") -- This is used later as the default terminal and editor to run.