From 69c287fef58aeae03cd449eec0c08643064a5451 Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 22 Jun 2025 03:35:24 +0530 Subject: [PATCH] feat(hyprland): add window rule --- modules/home/desktop/hyprland/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index f58f3ed..ab414e3 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -119,6 +119,9 @@ "float, class:com.ghostty.floating" "size 900 700, class:com.ghostty.floating" + "float, class:GalaxyBudsClient" + "size 900 700, class:GalaxyBudsClient" + "workspace 3 silent, class:(firefox|Brave-browser)" "workspace 5 silent, class:(discord|Spotify|org.telegram.desktop)" ];