From 986d01da6742dc17202a9c8c87a5277e67a01b9f Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:16:38 -0500 Subject: [PATCH] disable scroll switching --- configs/awesome/binds/mouse.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/configs/awesome/binds/mouse.lua b/configs/awesome/binds/mouse.lua index 9d9df27..56279d9 100644 --- a/configs/awesome/binds/mouse.lua +++ b/configs/awesome/binds/mouse.lua @@ -1,17 +1,17 @@ -- Binds related to the mouse -root.buttons( - Gears.table.join( - Awful.button( - {}, 4, - Awful.tag.viewnext - ), - Awful.button( - {}, 5, - Awful.tag.viewprev - ) - ) -) +-- root.buttons( +-- Gears.table.join( +-- Awful.button( +-- {}, 4, +-- Awful.tag.viewnext +-- ), +-- Awful.button( +-- {}, 5, +-- Awful.tag.viewprev +-- ) +-- ) +-- ) clientbuttons = Gears.table.join( Awful.button(