From 8b476eb8c4a6af01539881ce53dd827212c8b487 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sun, 23 Oct 2022 22:35:55 +0800 Subject: [PATCH] feat: set notification to bottom_left --- gui/awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/awesome/rc.lua b/gui/awesome/rc.lua index f2add6c..c4dd734 100644 --- a/gui/awesome/rc.lua +++ b/gui/awesome/rc.lua @@ -33,6 +33,8 @@ local batteryarc_widget = require("awesome-wm-widgets.batteryarc-widget.batterya -- when client with a matching name is opened: require("awful.hotkeys_popup.keys") +naughty.config.defaults.position = "bottom_left" + -- {{{ 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)