swaync: separate control-center from notification position
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
eb103fa410
commit
9fad131b03
1 changed files with 2 additions and 1 deletions
|
@ -18,12 +18,13 @@ in {
|
|||
settings = {
|
||||
control-center-width = 750 / config.custom.scale;
|
||||
control-center-height = config.custom.height / 2;
|
||||
control-center-positionY = "bottom";
|
||||
fit-to-screen = false;
|
||||
hide-on-clear = true;
|
||||
notification-2fa-action = false;
|
||||
#// notification-inline-replies = true;
|
||||
positionX = "center";
|
||||
positionY = "bottom";
|
||||
positionY = "top";
|
||||
timeout-low = 5;
|
||||
timeout = 5; # normal
|
||||
timeout-critical = 0;
|
||||
|
|
Loading…
Reference in a new issue