From 8f5ab51dcce5554153903314c43b931ba7ebfbef Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Mon, 30 May 2022 00:12:11 +0200 Subject: Editted rc.lua and turned off the functionality that allows mouse scroll to switch beteween workspaces and also added a new script cleanup.sh and tweaked some scripts --- awesome/.config/awesome/rc.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'awesome') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index b567ff8..4deae21 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -292,11 +292,11 @@ awful.screen.connect_for_each_screen(function(s) beautiful.at_screen_connect(s) -- {{{ Mouse bindings -root.buttons(my_table.join( - awful.button({ }, 3, function () awful.util.mymainmenu:toggle() end), - awful.button({ }, 4, awful.tag.viewnext), - awful.button({ }, 5, awful.tag.viewprev) -)) +-- root.buttons(my_table.join( +-- awful.button({ }, 3, function () awful.util.mymainmenu:toggle() end), +-- awful.button({ }, 4, awful.tag.viewnext), +-- awful.button({ }, 5, awful.tag.viewprev) +-- )) -- }}} -- cgit v1.2.3