From 8e7699f31bc0de587067c83bf7b4e35476734e5a Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 13 Jun 2024 16:42:36 +0200 Subject: [PATCH] [hyprland] fix: fixed blueman window rule --- nix/home/hyprland/hyprland-window_rules.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/home/hyprland/hyprland-window_rules.nix b/nix/home/hyprland/hyprland-window_rules.nix index befd0a1..43e56db 100644 --- a/nix/home/hyprland/hyprland-window_rules.nix +++ b/nix/home/hyprland/hyprland-window_rules.nix @@ -28,9 +28,9 @@ "move center, class:(scratchbox)" # blueman - "float, class:(blueman-manager), title:(Bluetooth Devices)" - "size 1000 800, class:(blueman-manager), title:(Bluetooth Devices)" - "move center, class:(blueman-manager), title:(Bluetooth Devices)" + "float, class:(.blueman-manager-wrapped), title:(.blueman-manager-wrapped)" + "size 1000 800, class:(.blueman-manager-wrapped), title:(.blueman-manager-wrapped)" + "move center, class:(.blueman-manager-wrapped), title:(.blueman-manager-wrapped)" # clipse "float, class:(clipse)"