~ruther/nixos-config

29faf7075156ed69578863d6987c9c9926d8029e — Frantisek Bohacek 8 months ago e66c708
fix: mako overriding timeout
1 files changed, 7 insertions(+), 1 deletions(-)

M home/modules/profiles/desktop/dwl/default.nix
M home/modules/profiles/desktop/dwl/default.nix => home/modules/profiles/desktop/dwl/default.nix +7 -1
@@ 144,9 144,15 @@ in {
          {
            conditions = { mode = "idle"; };
            config = {
              # Sadly this affects even existing notifications.
              # It would be good if only those that actuallly came to
              # be in this mode were colored with this border color.
              border-color = "#${background.secondary}FF";
              ignore-timeout = 1;
              default-timeout = 0;
              # mako overrides already existing notifications
              # if the default timeout is 0, whereas otherwise
              # it will keep the current one.
              default-timeout = 3 * 60 * 60 * 1000;
            };
          }


Do not follow this link