From 2dbdfeb7e30b4826be0c2f6e0910a29bae435c1d Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Sun, 27 Nov 2022 19:51:44 +0200 Subject: [PATCH] Disable the stupid mouse bindings --- awesome/.config/awesome/rc.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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