add default mouse binding for layout

This commit is contained in:
Julien Danjou 2007-11-14 18:20:44 +01:00
parent 938850a487
commit 10300c2b0a
1 changed files with 24 additions and 0 deletions

View File

@ -149,6 +149,30 @@ mouse
button = "5" button = "5"
command = "tag_view_previous" command = "tag_view_previous"
} }
layout
{
button = "1"
command = "tag_setlayout"
arg = "+1"
}
layout
{
button = "4"
command = "tag_setlayout"
arg = "+1"
}
layout
{
button = "3"
command = "tag_setlayout"
arg = "-1"
}
layout
{
button = "5"
command = "tag_setlayout"
arg = "-1"
}
root root
{ {
button = "3" button = "3"