disable scroll switching

This commit is contained in:
Adam 2024-01-02 23:16:38 -05:00
parent 1fc173172a
commit 986d01da67

View file

@ -1,17 +1,17 @@
-- Binds related to the mouse -- Binds related to the mouse
root.buttons( -- root.buttons(
Gears.table.join( -- Gears.table.join(
Awful.button( -- Awful.button(
{}, 4, -- {}, 4,
Awful.tag.viewnext -- Awful.tag.viewnext
), -- ),
Awful.button( -- Awful.button(
{}, 5, -- {}, 5,
Awful.tag.viewprev -- Awful.tag.viewprev
) -- )
) -- )
) -- )
clientbuttons = Gears.table.join( clientbuttons = Gears.table.join(
Awful.button( Awful.button(