From 276c0dfb5ea238e7aaa589d981bc514bcf335488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 10 Aug 2025 19:02:49 +0200 Subject: [PATCH] fix(hypr): bluetui and wiremix scratchpad rules --- .config/hypr/theme/rules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/theme/rules.conf b/.config/hypr/theme/rules.conf index 2c741a40..958699d8 100644 --- a/.config/hypr/theme/rules.conf +++ b/.config/hypr/theme/rules.conf @@ -89,7 +89,7 @@ windowrule = size 30% 40%, $scratchpad-mini windowrule = animation slide, $scratchpad-mini windowrule = workspace special: scratchpad-mini silent, $scratchpad-mini -$sideScratchpad = class:^(.*pavucontrol.*)$|(.*blueman-manager.*)$|(.*com.ghostty-volume.*)$ +$sideScratchpad = class:^(.*com.ghostty-bluetooth.*)$|(.*com.ghostty-volume.*)$ windowrule = workspace special:scratchpad silent, $sideScratchpad windowrule = size 30% 90%, $sideScratchpad windowrule = float, $sideScratchpad