AutoYADM commit: 2025-04-28 15:45:05
This commit is contained in:
parent
c6c8681525
commit
8905db0899
1 changed files with 10 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue