From 0d4a597889573f0986e0ffe159fc8fc6e6aae9a6 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 30 Jun 2023 16:59:51 -0400 Subject: [PATCH] hyprland: fix pip --- home/wayland/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/wayland/hyprland/config.nix b/home/wayland/hyprland/config.nix index 449599f..0e2cfd5 100644 --- a/home/wayland/hyprland/config.nix +++ b/home/wayland/hyprland/config.nix @@ -101,7 +101,7 @@ _: { #windowrules windowrulev2 = noshadow, floating:0 windowrulev2 = float, title:^(Volume Control)$ - windowrulev2 = float, title:^(Picture-in-Picture)$ + windowrulev2 = float, title:^(Picture in picture)$ windowrulev2 = float, title:^(RuneLite)$ windowrulev2 = move 500 300, title:^(RuneLite)$ windowrulev2 = size 810 580, title:^(RuneLite)$