update foot config
This commit is contained in:
parent
dadc734e49
commit
105f1256aa
1 changed files with 3 additions and 2 deletions
|
@ -50,8 +50,6 @@ in {
|
|||
pad = "5x5 center";
|
||||
resize-delay-ms = 100;
|
||||
|
||||
notify = "${notify-send} -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
|
||||
bold-text-in-bright = "no";
|
||||
word-delimiters = ",│`|:\"'()[]{}<>";
|
||||
selection-target = "primary";
|
||||
|
@ -124,6 +122,9 @@ in {
|
|||
select-word-whitespace = "Control+BTN_LEFT-2";
|
||||
#select-row = "BTN_LEFT-3";
|
||||
};
|
||||
desktop-notifications = {
|
||||
command = "${notify-send} -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue