From 2f496835549fb3bfe457a22722fe476de93b0bfb Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 8 Apr 2020 20:13:41 +0200 Subject: rc: drop global mouse bindings --- rc.lua | 7 ------- 1 file changed, 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), -- cgit v1.2.3