From a7a13abc0c5bfe8f236aa79f4927da9de01162cc Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Mar 2023 01:51:06 -0500 Subject: remove awesome mouse binds (why are these default anyways?) --- awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'awesome') diff --git a/awesome/rc.lua b/awesome/rc.lua index 463150d..e47e624 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -400,9 +400,11 @@ awful.screen.connect_for_each_screen(function(s) -- {{{ 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) + --]] )) client.connect_signal("mouse::enter", function(c) -- cgit v1.2.3