Adding window rules for floating windows.

This commit is contained in:
Derek Taylor
2026-01-15 21:06:47 -06:00
parent ba53331bd2
commit e0afe8a7b1

View File

@@ -287,7 +287,7 @@ spawn-at-startup "nextcloud"
hotkey-overlay {
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup.
// skip-at-startup
skip-at-startup
}
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
@@ -339,6 +339,17 @@ window-rule {
open-floating true
}
window-rule {
// This app-id regular expression will work for both:
// - host Firefox (app-id is "firefox")
// - Flatpak Firefox (app-id is "org.mozilla.firefox")
match app-id=r#"qalculate-gtk$"#
match app-id=r#"tastycharts$"#
match app-id=r#"tasty.javafx.launcher.LauncherFxApp$"# title="^tastytrade"
match app-id=r#"tasty.javafx.launcher.LauncherFxApp$"# title="tastytrade - Portfolio Report"
open-floating true
}
// Example: block out two password managers from screen capture.
// (This example rule is commented out with a "/-" in front.)
/-window-rule {