forgot to add those files

This commit is contained in:
Rene Kievits
2022-06-01 09:43:19 +02:00
parent ed9043c4ee
commit da2d55e149
2 changed files with 12 additions and 4 deletions

View File

@@ -4,6 +4,12 @@
-- Awesome Libs
local naughty = require("naughty")
if awesome.startup_errors then
naughty.notify({ preset = naughty.config.presets.critical,
title = "Oops, there were errors during startup!",
text = awesome.startup_errors })
end
do
local in_error = false
awesome.connect_signal(