parent
1a1793f6d9
commit
5f1f472565
2 changed files with 14 additions and 15 deletions
|
|
@ -2,20 +2,20 @@
|
|||
services.mako = {
|
||||
enable = true;
|
||||
settings = {
|
||||
actions = "true";
|
||||
actions = true;
|
||||
anchor = "top-right";
|
||||
backgroundColor = "#000000";
|
||||
borderColor = "#FFFFFF";
|
||||
borderRadius = "0";
|
||||
defaultTimeout = "0";
|
||||
borderRadius = 0;
|
||||
defaultTimeout = 0;
|
||||
font = "monospace 10";
|
||||
height = "100";
|
||||
width = "300";
|
||||
icons = "true";
|
||||
ignoreTimeout = "false";
|
||||
height = 100;
|
||||
width = 300;
|
||||
icons = true;
|
||||
ignoreTimeout = false;
|
||||
layer = "top";
|
||||
margin = "10";
|
||||
markup = "true";
|
||||
margin = 10;
|
||||
markup = true;
|
||||
};
|
||||
|
||||
criteria = {
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
|
||||
"app-name=Google\\ Chrome" = {
|
||||
max-visible = "5";
|
||||
max-visible = 5;
|
||||
};
|
||||
|
||||
"field1=value field2=value" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue