summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-03-20 01:51:06 -0500
committerzachir <zachir@librem.one>2023-03-20 01:52:14 -0500
commita7a13abc0c5bfe8f236aa79f4927da9de01162cc (patch)
tree8835fd95ab15883bdb4327bae3ce2ca11be067e8
parentb8d7665c3421510766acc54a5a4a7f82829ca97d (diff)
remove awesome mouse binds (why are these default anyways?)
-rw-r--r--awesome/rc.lua2
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)