Minor changes.

This commit is contained in:
Derek Taylor
2020-02-01 09:00:00 -06:00
parent 2e8ec24633
commit 9bd8cf7b16
8 changed files with 17 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ local my_table = awful.util.table or gears.table -- 4.{0,1} compatibility
if awesome.startup_errors then
naughty.notify({ preset = naughty.config.presets.critical,
title = "Oops, there were errors during startup!",
text = awesome.startup_errors })
text = awesome.startup_errors })((
end
-- Handle runtime errors after startup