update foot config

This commit is contained in:
jacekpoz 2024-08-05 18:53:29 +02:00
parent dadc734e49
commit 105f1256aa
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

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