From 27645ce8a0f61f72b83430705c5960c1cf2962c9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 4 Dec 2024 21:27:17 -0600 Subject: [PATCH] laptop should be on bottom for notifs --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index a76ce20..09cd556 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1078,7 +1078,7 @@ end width = "(0, 300)"; height = "(0, 500)"; offset = "20x50"; - origin = if laptop then "top-right" else "bottom-right"; + origin = if laptop then "bottom-right" else "top-right"; notification_limit = 0; progress_bar = true; progress_bar_height = 10;