From 8f56ddceb32acc781ff4d6d9eda860a52553bed3 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 6 Feb 2024 23:31:35 -0600 Subject: hypr: Fix REAPER/yabridge broken menus This adds in windowrules to fix the broken menu spawning when using certain plugins through yabridge in REAPER. --- hypr/hyprland.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c3de226..34d2ddd 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -168,7 +168,10 @@ windowrule = float, title:^(LibreWolf - Choose User Profile)$ windowrule = float, class:^(xdg-desktop-portal-gtk) windowrule = float, title:^(UNDERTALE)$ windowrulev2 = tile, class:^(REAPER)$, title:^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$ -#windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$ +windowrulev2 = move cursor -50% -50%, class:^(yabridge-host.exe.so)$, title:^(menu)$ +windowrulev2 = nofocus, class:^(yabridge-host.exe.so)$, title:^(\s*)$ +windowrulev2 = move cursor -50% -50%, class:^(REAPER)$, title:^(Snap/Grid Settings)$ +windowrulev2 = move cursor -50% -50%, class:^(REAPER)$, title:^(Routing for track [0-9]*)$ #windowrulev2 = float,floating:0, title:^(menu)$ #windowrulev2 = forceinput, title:^(menu)$ #windowrulev2 = windowdance, title:^(menu)$ -- cgit v1.2.3