From 628b8d44c15e7898df414f4dd361203c994d6d93 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Wed, 16 Oct 2024 23:13:16 +0200 Subject: [PATCH] feat: add rule to float the installed jetbrains ides --- home/hyprland.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 1f98c8d..9f7c70a 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -97,11 +97,7 @@ }; windowrulev2 = [ - # "float,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$" - # "pin,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$" - # "noinitialfocus,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$" - # "size 76 31,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$" - # "move 0 0,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$" + "float,title:Welcome to ((IntelliJ IDEA)|PyCharm)" ]; "$mod" = "SUPER";