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