update foot notify config

This commit is contained in:
jacekpoz 2024-08-19 22:31:21 +02:00
parent 0b5b87839d
commit 10d6a66f3b
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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}";
# }; };
}; };
}; };
}; };