Adding window rules for TastyTrade beta app.

This commit is contained in:
Derek Taylor
2026-02-19 09:42:46 -06:00
parent 1888ad3275
commit b78db7ed0f

View File

@@ -181,6 +181,7 @@ window-rule {
match app-id=r#"qutebrowser$"#
match app-id=r#"tasty.javafx.launcher.LauncherFxApp$"# title="^dt.*"
match app-id=r#"tasty.javafx.launcher.LauncherFxApp$"# title="^tastytrade v.*"
match app-id=r#"tastytrade$"#
open-maximized true
}
@@ -191,6 +192,7 @@ window-rule {
match app-id=r#"qalculate-gtk$"#
match app-id=r#"tasty.javafx.launcher.LauncherFxApp$"# title="Dashboard"
match app-id=r#"tasty.javafx.launcher.LauncherFxApp$"# title="tastytrade - Portfolio Report"
match app-id=r#"tastytrade$"# title="tastytrade - capital requirements"
open-floating true
}