aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Javier2021-09-23 19:14:15 -0400
committerKyle Javier2021-09-23 19:14:15 -0400
commit9b3a4e8270bce46c5b5e77e8d548d93e3a712527 (patch)
treed74e4ffbc36790674134dac736c19f8b9600c6a1
parente5d7fa992d0208dc8b6305958bc79a6723e9ad42 (diff)
reverted some settings
-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,