aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--awesome/rc.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 549182e..3d6d0c1 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -263,10 +263,6 @@ 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 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
--[[ awful.key({ modkey, "Control" }, "j", function () awful.screen.focus_relative( 1) end,