From e268bb5818c3710ae50c516775f65f6a18b14304 Mon Sep 17 00:00:00 2001 From: etwas Date: Thu, 9 Jan 2025 21:59:35 +0100 Subject: [PATCH] feat(hypr): make android studios welcome screen floating --- home/wm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/wm/hyprland.nix b/home/wm/hyprland.nix index eb0bfee..76c526d 100644 --- a/home/wm/hyprland.nix +++ b/home/wm/hyprland.nix @@ -95,7 +95,7 @@ }; windowrulev2 = [ - "float,title:Welcome to ((IntelliJ IDEA)|PyCharm|RustRover|DataGrip)" + "float,title:Welcome to ((IntelliJ IDEA)|PyCharm|RustRover|DataGrip|(Android Studio))" "float,title:(\d+ Reminder(s)*)" "float, title:(Edit Event: .*)" ];