From c72b8b3a0760fe58b311e04aefaf4210a3bf2d9d Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 4 Oct 2024 13:25:48 -0500 Subject: [PATCH] hyprland: add window rules for remmina Signed-off-by: Myned --- options/custom/desktops/hyprland/rules.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options/custom/desktops/hyprland/rules.nix b/options/custom/desktops/hyprland/rules.nix index dd4a4ac..096307f 100644 --- a/options/custom/desktops/hyprland/rules.nix +++ b/options/custom/desktops/hyprland/rules.nix @@ -253,6 +253,10 @@ in { class = "^lutris$"; title = "^Lutris$"; # Main window } ["center" "size 1000 500"]) + (fields { + class = "^org\\.remmina\\.Remmina$"; + title = "^Remmina Remote Desktop Client$"; # Main window + } ["center" "size 1000 500" "workspace +1"]) (fields { class = "^steam$"; title = "^notificationtoasts$"; # Steam notifications