diff options
author | zachir <zachir@librem.one> | 2024-08-05 18:11:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-08-05 18:11:44 -0500 |
commit | 4c99c14f9413084c680e037f0eff1d388f4e6df1 (patch) | |
tree | 17e477b34f173165fa419857d9fabf609fd65989 /hypr/hyprland.conf | |
parent | f201a6682d349ec8a505b301f46630a617b5106c (diff) |
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.
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 6 |
1 files changed, 4 insertions, 2 deletions
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)$ |