diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index ee80327..4e0e0c0 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -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