feat: set notification to bottom_left

This commit is contained in:
Klesh Wong 2022-10-23 22:35:55 +08:00
parent 30beddd46e
commit 8b476eb8c4

View File

@ -33,6 +33,8 @@ local batteryarc_widget = require("awesome-wm-widgets.batteryarc-widget.batterya
-- when client with a matching name is opened: -- when client with a matching name is opened:
require("awful.hotkeys_popup.keys") require("awful.hotkeys_popup.keys")
naughty.config.defaults.position = "bottom_left"
-- {{{ Error handling -- {{{ Error handling
-- Check if awesome encountered an error during startup and fell back to -- Check if awesome encountered an error during startup and fell back to
-- another config (This code will only ever execute for the fallback config) -- another config (This code will only ever execute for the fallback config)