From 9b3a4e8270bce46c5b5e77e8d548d93e3a712527 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Thu, 23 Sep 2021 19:14:15 -0400 Subject: reverted some settings --- awesome/rc.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'awesome') 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, -- cgit v1.2.3