You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
-- {{{ Error handling -- Check if awesome encountered an errorduring startup and fell back to -- another config (This code will only everexecute for the fallback config) naughty.connect_signal("request::display_error", function(message, startup) naughty.notification { urgency = "critical", title = "Oops, an error happened"..(startup and " during startup!" or "!"), message = message } end) -- }}}
This is a code from rc.lua on awesomewm. in that, not only it doesnt color the }}} at the end and ) in the config) (3rd line, last word) it shows then as errors.
The text was updated successfully, but these errors were encountered:
-- {{{ Error handling
-- Check if awesome encountered an error
during startup and fell back to
-- another config (This code will only ever
execute for the fallback config)
naughty.connect_signal("request::display_error", function(message, startup)
naughty.notification {
urgency = "critical",
title = "Oops, an error happened"..(startup and " during startup!" or "!"),
message = message
}
end)
-- }}}
This is a code from rc.lua on awesomewm. in that, not only it doesnt color the
}}}
at the end and)
in theconfig)
(3rd line, last word) it shows then as errors.The text was updated successfully, but these errors were encountered: