summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-08 20:13:41 +0200
committerAnton Khirnov <anton@khirnov.net>2020-04-08 20:13:41 +0200
commit2f496835549fb3bfe457a22722fe476de93b0bfb (patch)
tree9cc30a34be5dfd3f2aa06d81822c10436ef207f4
parentde7bfa4adef64618d69301245b172dbd9430e1f2 (diff)
rc: drop global mouse bindings
-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),