disable scroll switching
This commit is contained in:
parent
1fc173172a
commit
986d01da67
1 changed files with 12 additions and 12 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue