Limit notification size so its not hilarious.

This commit is contained in:
josiah 2022-06-21 19:01:13 -05:00
parent df16291325
commit 740d20a20e

View File

@ -27,6 +27,9 @@ local game_widget = require("awesome-wm-widgets.demomode-widget.demomode")
-- screen RESOLUTION import and customization
local screen_widget = require("awesome-wm-widgets.gamemode-widget.gamemode")
-- limit notification size so they don't blow up your whole goddamn screen
naughty.config.defaults['icon_size'] = 100
-- {{{ 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)