fix mako config parse error
This commit is contained in:
parent
f19f95a249
commit
390cdd8fae
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ in
|
||||||
mako = {
|
mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# make notifications time out after 30 sec by default
|
# make notifications time out after 30 sec by default
|
||||||
settings.defaultTimeout = "30000";
|
settings.default-timeout = "30000";
|
||||||
};
|
};
|
||||||
playerctld.enable = true;
|
playerctld.enable = true;
|
||||||
swayidle = {
|
swayidle = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue