From 67a43a5237f3c9cb2a8f1789539b3c7295602f26 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 30 Oct 2024 11:10:37 -0500 Subject: [PATCH] hyprland: add drawio rules Signed-off-by: Myned --- options/custom/desktops/hyprland/rules.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/options/custom/desktops/hyprland/rules.nix b/options/custom/desktops/hyprland/rules.nix index 879bfc6..f4804c1 100644 --- a/options/custom/desktops/hyprland/rules.nix +++ b/options/custom/desktops/hyprland/rules.nix @@ -206,6 +206,7 @@ in { (title "Spotify Premium" rules) ]; office = rules: [ + (class "draw\\.io" (rules ++ ["tile"])) (class "libreoffice.+" rules) (class "ONLYOFFICE Desktop Editors" rules) ];