summaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 179191e..56c59ff 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)