This commit is contained in:
committer@tuxwarrior
2026-05-25 19:48:54 -05:00
parent a11d32c2ac
commit 956b3effec
+6 -8
View File
@@ -505,21 +505,19 @@ windowrule {
size = 800 500 size = 800 500
} }
# float the pgmodeler popup confirm dialog window # flot all pgmodeler extra windows
windowrule { windowrule {
name = float-pgmodeler-confirmation name = float-all-pgmodeler
match:class = pgmodeler match:class = pgmodeler
match:title = Confirmation
float = on float = on
} }
# float the pgmodeler popup error dialog window # do not float pgmodeler main window
windowrule { windowrule {
name = float-pgmodeler-error name = tile-pgmodeler-main
match:class = pgmodeler match:class = pgmodeler
match:title = Error match:title = ^pgModeler Community.*
float = off
float = on
} }
# - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - -