diff --git a/modules/gui/foot.nix b/modules/gui/foot.nix index 2382519..3c313bb 100644 --- a/modules/gui/foot.nix +++ b/modules/gui/foot.nix @@ -48,8 +48,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"; @@ -122,9 +120,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}"; - # }; + desktop-notifications = { + command = "${notify-send} -a \${app-id} -i \${app-id} \${title} \${body}"; + }; }; }; };