From dc0e2a9d8fa2598ab948e687027151a9156ef33d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 12 Mar 2017 23:26:42 +0000 Subject: [PATCH] awesome: update error handling --- awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.48.1