diff options
Diffstat (limited to 'awesome')
-rwxr-xr-x | awesome/rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 05b8a98d..d5464384 100755 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -12,7 +12,7 @@ local naughty = require("naughty") -- another config (This code will only ever execute for the fallback config) if awesome.startup_errors then naughty.notify({ preset = naughty.config.presets.critical, - title = "Oops, there were errors during startup!", + title = "WHO FUCKED UP rc.lua", text = awesome.startup_errors }) end @@ -25,7 +25,7 @@ do in_error = true naughty.notify({ preset = naughty.config.presets.critical, - title = "Oops, an error happened!", + title = "Shit's fucked dude", text = tostring(err) }) in_error = false end) |