From 4c99c14f9413084c680e037f0eff1d388f4e6df1 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 5 Aug 2024 18:11:44 -0500 Subject: cla: fix REAPER windows in hypr and turn off xray Both of these were causing a certain amount of headache for me. All REAPER windows will now tile, and the shadow/blur around pop-ups will not xray through everything. --- hypr/hyprland.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 0117b75..4f60c5c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -121,7 +121,7 @@ decoration { size = 3 passes = 1 new_optimizations = true - xray = true + xray = false } #}}} } @@ -201,7 +201,9 @@ plugin { #windowrulev2 = minsize 1 1, title:^(menu)$, class:^(REAPER)$ #windowrulev2 = stayfocused, title:^(menu)$,class:^(yabridge-host.exe.so)$ #windowrulev2 = minsize 1 1, title:^(menu)$,class:^(yabridge-host.exe.so)$ -#windowrulev2 = tile, class:^(REAPER)$, title:^(REAPER v[0-9.]* - Registered to [A-Za-z ]* \(Licensed for personal/small business use\))$ +windowrulev2 = tile, class:^(REAPER)$, title:^(REAPER v[0-9.]* - Registered to [A-Za-z ]* \(Licensed for personal/small business use\))$ +windowrulev2 = tile, class:^(REAPER)$, title:^(reaper)$ +windowrulev2 = tile, class:^(REAPER)$, title:^(Mixer)$ #windowrule = tile, ^(WebApp-.*)$ #windowrule = float, title:^(menu)$ windowrulev2 = move onscreen cursor -50% -50%, title:^(menu)$ -- cgit v1.2.3