From 22414bc2f2e7f49c7f7e33920595856860329820 Mon Sep 17 00:00:00 2001
From: notohh <github@notohh.dev>
Date: Tue, 18 Feb 2025 08:19:36 -0500
Subject: [PATCH] tsuki: add postman

hyprland: postman floating rule
---
 home/profiles/tsuki/default.nix        | 1 +
 home/wayland/hyprland/config/rules.nix | 1 +
 2 files changed, 2 insertions(+)

diff --git a/home/profiles/tsuki/default.nix b/home/profiles/tsuki/default.nix
index 5a910a0..ab27092 100644
--- a/home/profiles/tsuki/default.nix
+++ b/home/profiles/tsuki/default.nix
@@ -57,6 +57,7 @@
     mangohud
     uxplay
     drawio
+    postman
     inputs.zen.packages.${pkgs.system}.default
     inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
     inputs.flocon.packages.${pkgs.system}.bolt-launcher
diff --git a/home/wayland/hyprland/config/rules.nix b/home/wayland/hyprland/config/rules.nix
index 89ec066..87e0b48 100644
--- a/home/wayland/hyprland/config/rules.nix
+++ b/home/wayland/hyprland/config/rules.nix
@@ -9,6 +9,7 @@ _: {
       "float, title:^(RuneLite)$"
       "float, title:^(Lutris)$"
       "float, title:^(satty)$"
+      "float, title:^(Postman)$"
       "move 850 360, title:^(RuneLite)$"
       # "size 800 560, title:^(RuneLite)$"
       "size 1200 600, title:^(satty)$"