From c7a271cccf56920d973267c85fefb55d9638f05b Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Fri, 10 May 2024 21:33:12 +0900
Subject: fix(home/gui): fix dunst popup being too long

---
 home/profiles/gui/config/dunst.nix | 1 -
 1 file changed, 1 deletion(-)

(limited to 'home/profiles/gui')

diff --git a/home/profiles/gui/config/dunst.nix b/home/profiles/gui/config/dunst.nix
index b614de5..f6e80b3 100644
--- a/home/profiles/gui/config/dunst.nix
+++ b/home/profiles/gui/config/dunst.nix
@@ -9,7 +9,6 @@ in
   global = {
     padding = 8;
     width = "330";
-    height = "500";
     origin = "top-right";
     offset = "8x25";
     notification_limit = 5;
-- 
cgit 1.4.1