aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--awesome/rc.lua6
1 files changed, 3 insertions, 3 deletions
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