mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore[client]: notifications persist if needed
This commit is contained in:
parent
4c06f00555
commit
b9f5c87aa0
3 changed files with 8 additions and 8 deletions
|
|
@ -13430,7 +13430,7 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
|
|||
border-radius = 15;
|
||||
border-size = 1;
|
||||
default-timeout = 5000;
|
||||
ignore-timeout = 1;
|
||||
ignore-timeout = false;
|
||||
icons = 1;
|
||||
layer = "overlay";
|
||||
sort = "-time";
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
border-radius = 15;
|
||||
border-size = 1;
|
||||
default-timeout = 5000;
|
||||
ignore-timeout = 1;
|
||||
ignore-timeout = false;
|
||||
icons = 1;
|
||||
layer = "overlay";
|
||||
sort = "-time";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue