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
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(