Disable the stupid mouse bindings

This commit is contained in:
Warren Hood 2022-11-27 19:51:44 +02:00
parent 1d7f433483
commit 2dbdfeb7e3

View file

@ -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