diff options
author | zachir <zachir@librem.one> | 2023-03-20 01:51:06 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-03-20 01:52:14 -0500 |
commit | a7a13abc0c5bfe8f236aa79f4927da9de01162cc (patch) | |
tree | 8835fd95ab15883bdb4327bae3ce2ca11be067e8 | |
parent | b8d7665c3421510766acc54a5a4a7f82829ca97d (diff) |
remove awesome mouse binds (why are these default anyways?)
-rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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) |