Removed destroy notifications hotkey
This commit is contained in:
parent
0f36b01980
commit
278d6d5a02
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user