summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/rc.lua b/rc.lua
index 2910233..2a254be 100644
--- a/rc.lua
+++ b/rc.lua
@@ -114,13 +114,6 @@ for s in screen do
end
-- }}}
--- {{{ Mouse bindings
-root.buttons(gears.table.join(
- awful.button({ }, 4, awful.tag.viewnext),
- awful.button({ }, 5, awful.tag.viewprev)
-))
--- }}}
-
clientbuttons = gears.table.join(
awful.button({ }, 1, function (c) client.focus = c; c:raise() end),