diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 25b55da..8e3b2e8 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -505,21 +505,19 @@ windowrule { size = 800 500 } -# float the pgmodeler popup confirm dialog window +# flot all pgmodeler extra windows windowrule { - name = float-pgmodeler-confirmation + name = float-all-pgmodeler match:class = pgmodeler - match:title = Confirmation float = on } -# float the pgmodeler popup error dialog window +# do not float pgmodeler main window windowrule { - name = float-pgmodeler-error + name = tile-pgmodeler-main match:class = pgmodeler - match:title = Error - - float = on + match:title = ^pgModeler Community.* + float = off } # - - - - - - - - - - - - - - - - - - - - - - - - -