mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 13:18: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)
 | 
					end)
 | 
				
			||||||
-- }}}
 | 
					-- }}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					-- These mouse bindings are annoying...
 | 
				
			||||||
-- {{{ Mouse bindings
 | 
					-- {{{ Mouse bindings
 | 
				
			||||||
root.buttons(gears.table.join(
 | 
					-- root.buttons(gears.table.join(
 | 
				
			||||||
    awful.button({}, 3, function() mymainmenu:toggle() end),
 | 
					--     awful.button({}, 3, function() mymainmenu:toggle() end),
 | 
				
			||||||
    awful.button({}, 4, awful.tag.viewnext),
 | 
					--     awful.button({}, 4, awful.tag.viewnext),
 | 
				
			||||||
    awful.button({}, 5, awful.tag.viewprev)
 | 
					--     awful.button({}, 5, awful.tag.viewprev)
 | 
				
			||||||
))
 | 
					-- ))
 | 
				
			||||||
-- }}}
 | 
					-- }}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- {{{ Key bindings
 | 
					-- {{{ Key bindings
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue