diff --git a/rc.lua.template b/rc.lua.template index dd81459..4416ef1 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -250,6 +250,9 @@ root.buttons(mytable.join( -- {{{ Key bindings globalkeys = mytable.join( + -- Destroy all notifications + awful.key({ "Control", }, "space", function() naughty.destroy_all_notifications() end, + {description = "destroy all notifications", group = "hotkeys"}), -- Take a screenshot -- https://github.com/lcpz/dots/blob/master/bin/screenshot awful.key({ altkey }, "p", function() os.execute("screenshot") end,