From e5d7fa992d0208dc8b6305958bc79a6723e9ad42 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Thu, 23 Sep 2021 18:04:53 -0400 Subject: notification toggle added (requires latest git release of awesome) --- awesome/rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'awesome') diff --git a/awesome/rc.lua b/awesome/rc.lua index 0d9fabb..549182e 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -263,9 +263,9 @@ globalkeys = gears.table.join( awful.key({ modkey, "Control"}, "Down", function () awful.client.swap.byidx( -1) end, {description = "swap with previous client by index", group = "client"}), - -- Notifications Settings - awful.key({ modkey, }, "n", function () naughty.toggle() naughty.destroy_all_notifications() end, - {description = "Toggle Do Not Disturb for Notifications", group = "client"}), + -- Notifications manipulation + awful.key({ modkey, }, "n", function () naughty.toggle () naughty.destroy_all_notifications () end, + {description = "Toggle Do Not Disturb for notifications", group = "awesome"}), -- Unmodified Keys - Kyle -- cgit v1.2.3