diff options
author | zachir <zachir@librem.one> | 2025-06-29 21:24:28 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-29 21:24:28 -0500 |
commit | 3fdfa84b7a8072b8d0a168553717a8c6e9d8510e (patch) | |
tree | ce570c49208e381b947dc3767fc507be7a7fe4bf | |
parent | 074f64143270be449dea5b3606088c03d6677fef (diff) |
Attempt to fix REAPER window rules
-rw-r--r-- | hypr/hyprland.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index a672cb7..3647d13 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -204,6 +204,9 @@ windowrulev2 = tile, class:^(REAPER)$, title:^(REAPER v[0-9.]* - Registered to [ windowrulev2 = tile, class:^(REAPER)$, title:^(reaper)$ windowrulev2 = tile, class:^(REAPER)$, title:^(Mixer)$ windowrulev2 = move onscreen cursor -50% -50%, title:^(menu)$ +windowrulev2 = move cursor,class:REAPER,floating:1 +windowrulev2 = nofocus,class:REAPER,title:^(menu)$ +windowrulev2 = nofocus,class:REAPER,title:^$ #}}} #{{{ Mods |