diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index 44ce385b..9bbd9d85 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -236,20 +236,20 @@ window-rule { clip-to-geometry true } window-rule { - match title=" Mozilla Firefox" + match app-id="Bitwarden" default-column-width { proportion 0.33337 } open-floating true } // Open the Firefox picture-in-picture player as floating by default. -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="firefox$" title="^Picture-in-Picture$" - 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="firefox$" title="^Picture-in-Picture$" +// open-floating true +// } // Example: block out two password managers from screen capture. // (This example rule is commented out with a "/-" in front.) window-rule { @@ -704,10 +704,10 @@ binds { set-window-height "+10%" } // Move the focused window between the floating and the tiling layout. - Mod+T { + Mod+Shift+T { toggle-window-floating } - Mod+Shift+T { + Mod+T { switch-focus-between-floating-and-tiling } // Toggle tabbed column display mode.