X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/149d3b5992793ad59d7785efa6facc8e374514a3..dc0e2a9d8fa2598ab948e687027151a9156ef33d:/awesome/rc.lua 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.