diff --git a/desktopenvs/hyprland/hypr-usr/windowrules.conf b/desktopenvs/hyprland/hypr-usr/windowrules.conf index 484e09b..aec5552 100644 --- a/desktopenvs/hyprland/hypr-usr/windowrules.conf +++ b/desktopenvs/hyprland/hypr-usr/windowrules.conf @@ -14,8 +14,8 @@ windowrule = match:class nm-connection-editor, tag +mixer windowrule = match:tag mixer, float on windowrule = match:tag mixer, pin on -windowrule = match:tag mixer, move (monitor_w*0.73) (monitor_h*0.055) -windowrule = match:tag mixer, size (monitor_w*0.25) (monitor_h*0.35) +windowrule = match:tag mixer, move (monitor_w*0.7) (monitor_h*0.05) +windowrule = match:tag mixer, size (monitor_w*0.2) (monitor_h*0.3) windowrule { name = large-centered-L @@ -39,8 +39,8 @@ windowrule { name = centered-small match:tag = centered-S float = on - move = (monitor_w*0.45) (monitor_h*0.4) - size = (monitor_w*0.1) (monitor_h*0.15) + move = (monitor_w*0.4) (monitor_h*0.4) + size = (monitor_w*0.2) (monitor_h*0.2) }