Removed destroy notifications hotkey
This commit is contained in:
		@@ -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')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user