diff --git a/homeManagerModules/desktopEnv/hypr/default.nix b/homeManagerModules/desktopEnv/hypr/default.nix index ab8a8e28..37a538bc 100644 --- a/homeManagerModules/desktopEnv/hypr/default.nix +++ b/homeManagerModules/desktopEnv/hypr/default.nix @@ -230,11 +230,14 @@ # Window Rules windowrulev2 = center(1),class:(blueberry.py) + windowrulev2 = center(1),class:(com.github.wwmm.easyeffects) windowrulev2 = center(1),class:(nmtui) windowrulev2 = center(1),class:(pavucontrol) windowrulev2 = float,class:(blueberry.py) + windowrulev2 = float,class:(com.github.wwmm.easyeffects) windowrulev2 = float,class:(nmtui) windowrulev2 = float,class:(pavucontrol) + windowrulev2 = suppressevent maximize, class:.* # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more