Removed destroy notifications hotkey

This commit is contained in:
Mutzi 2023-02-04 16:26:17 +01:00
parent 0f36b01980
commit 278d6d5a02

View File

@ -15,11 +15,6 @@ local modkey = globals.modkey
local altkey = globals.altkey
local 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
awful.key({ modkey, altkey }, 'p', function()
awful.spawn('flameshot gui')