From 5a03dedcc0e623f7f8cf3682a4565c1232da7814 Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <zynh0722@gmail.com>
Date: Thu, 20 Mar 2025 02:41:29 -0700
Subject: [PATCH] hyprland: smw disable_notifications

---
 modules/hyprland.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index ffaffe3..5d0cff2 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -206,7 +206,7 @@ in
               split-monitor-workspaces = lib.mkIf cfg.split-monitor-workspaces {
                 count = 10;
                 keep_focused = 10;
-                enable_notifications = 1;
+                enable_notifications = 0;
                 enable_persistent_workspaces = 0;
               };
             };