From bd60ee6019dc729f03271b3122221d3a34f80962 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 25 Dec 2023 17:18:39 +0100 Subject: [PATCH] test --- modules/home/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 09bf924..d2cadbb 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -242,9 +242,9 @@ in windowrulev2 = idleinhibit focus, class:^(mpv)$ windowrulev2 = idleinhibit fullscreen, class:^(firefox)$ - windowrule = maxsize 950,600,title:^(float_kitty)$ windowrule = float,title:^(float_kitty)$ - # windowrule = tile,title:^(kitty)$ + windowrule = center,title:^(float_kitty)$ + windowrule = size 950,600,title:^(float_kitty)$ windowrulev2 = float,class:^(pavucontrol)$ windowrulev2 = float,class:^(SoundWireServer)$