mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 01:38:41 +00:00 
			
		
		
		
	Disable the stupid mouse bindings
This commit is contained in:
		
							parent
							
								
									1d7f433483
								
							
						
					
					
						commit
						2dbdfeb7e3
					
				| 
						 | 
				
			
			@ -247,13 +247,13 @@ awful.screen.connect_for_each_screen(function(s)
 | 
			
		|||
end)
 | 
			
		||||
-- }}}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
-- These mouse bindings are annoying...
 | 
			
		||||
-- {{{ Mouse bindings
 | 
			
		||||
root.buttons(gears.table.join(
 | 
			
		||||
    awful.button({}, 3, function() mymainmenu:toggle() end),
 | 
			
		||||
    awful.button({}, 4, awful.tag.viewnext),
 | 
			
		||||
    awful.button({}, 5, awful.tag.viewprev)
 | 
			
		||||
))
 | 
			
		||||
-- root.buttons(gears.table.join(
 | 
			
		||||
--     awful.button({}, 3, function() mymainmenu:toggle() end),
 | 
			
		||||
--     awful.button({}, 4, awful.tag.viewnext),
 | 
			
		||||
--     awful.button({}, 5, awful.tag.viewprev)
 | 
			
		||||
-- ))
 | 
			
		||||
-- }}}
 | 
			
		||||
 | 
			
		||||
-- {{{ Key bindings
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue