From a22ec3cdb3cf51ff99bca16b5f485bdb749d66b2 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Mon, 20 Sep 2021 02:49:20 -0400 Subject: removed mouse bindings --- awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index 3702ce9..1440a24 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -224,11 +224,11 @@ end) -- }}} -- {{{ Mouse bindings -root.buttons(gears.table.join( +--[[root.buttons(gears.table.join( awful.button({ }, 3, function () mymainmenu:toggle() end), awful.button({ }, 4, awful.tag.viewnext), awful.button({ }, 5, awful.tag.viewprev) -)) +)) ]]-- -- }}} -- {{{ Key bindings -- cgit v1.2.3