From 740d20a20ec50a659cbf3fdce9d16ff4a50ccb5a Mon Sep 17 00:00:00 2001 From: josiah Date: Tue, 21 Jun 2022 19:01:13 -0500 Subject: [PATCH] Limit notification size so its not hilarious. --- .config/awesome/rc.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 278b3f6..e1a4196 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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)