add default mouse binding for layout
This commit is contained in:
parent
938850a487
commit
10300c2b0a
24
awesomerc
24
awesomerc
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue