remove comments or it will fail libconfuse
This commit is contained in:
parent
c9dc57c756
commit
4afb187e4f
|
@ -1,10 +1,7 @@
|
||||||
# Minimal configuration file for awesome
|
|
||||||
# First physical screen
|
|
||||||
screen 0
|
screen 0
|
||||||
{
|
{
|
||||||
tags
|
tags
|
||||||
{
|
{
|
||||||
# Tag name
|
|
||||||
tag one { }
|
tag one { }
|
||||||
tag two { }
|
tag two { }
|
||||||
tag three { }
|
tag three { }
|
||||||
|
@ -33,10 +30,8 @@ rules
|
||||||
rule { name = "pinentry" float = true }
|
rule { name = "pinentry" float = true }
|
||||||
}
|
}
|
||||||
|
|
||||||
# Mouse buttons bindings
|
|
||||||
mouse
|
mouse
|
||||||
{
|
{
|
||||||
# For click on tag
|
|
||||||
tag
|
tag
|
||||||
{
|
{
|
||||||
button = "1"
|
button = "1"
|
||||||
|
@ -69,7 +64,6 @@ mouse
|
||||||
button = "5"
|
button = "5"
|
||||||
command = "tag_viewprev"
|
command = "tag_viewprev"
|
||||||
}
|
}
|
||||||
# For click on layout symbol
|
|
||||||
layout
|
layout
|
||||||
{
|
{
|
||||||
button = "1"
|
button = "1"
|
||||||
|
@ -94,7 +88,6 @@ mouse
|
||||||
command = "tag_setlayout"
|
command = "tag_setlayout"
|
||||||
arg = "-1"
|
arg = "-1"
|
||||||
}
|
}
|
||||||
# For click on root window
|
|
||||||
root
|
root
|
||||||
{
|
{
|
||||||
button = "3"
|
button = "3"
|
||||||
|
@ -111,7 +104,6 @@ mouse
|
||||||
button = "5"
|
button = "5"
|
||||||
command = "tag_viewprev"
|
command = "tag_viewprev"
|
||||||
}
|
}
|
||||||
# For click on client windows
|
|
||||||
client
|
client
|
||||||
{
|
{
|
||||||
modkey = {"Mod4"}
|
modkey = {"Mod4"}
|
||||||
|
@ -132,7 +124,6 @@ mouse
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Keys bindings
|
|
||||||
keys
|
keys
|
||||||
{
|
{
|
||||||
key
|
key
|
||||||
|
|
Loading…
Reference in New Issue