aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Javier2021-09-23 18:04:53 -0400
committerKyle Javier2021-09-23 18:04:53 -0400
commite5d7fa992d0208dc8b6305958bc79a6723e9ad42 (patch)
tree50872c6c8d545f0337dad6d7e3eb1e0ebee53f05
parentc0a43480e8827497e9a4218e981e748cd19cf2e2 (diff)
notification toggle added (requires latest git release of awesome)
-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