From e3191bd798b2948051abba1f8b4cdf08b341c0fe Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Sun, 18 Feb 2024 11:39:17 -0300 Subject: [PATCH] fix: inkscape windows --- hosts/desktop/wm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/desktop/wm.nix b/hosts/desktop/wm.nix index dce95f9..9566093 100644 --- a/hosts/desktop/wm.nix +++ b/hosts/desktop/wm.nix @@ -63,6 +63,10 @@ in offset = "2560x0"; } ]; + hyprland.windowRules = { + "class:^(org.inkscape.Inkscape)$" = [ "float" ]; + "class:^(org.inkscape.Inkscape)$,title:(.*)(- Inkscape)$" = [ "tile" ]; + }; hyprland.workspaces = [ # First monitor {