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
|
clip-to-geometry true
|
||||||
}
|
}
|
||||||
window-rule {
|
window-rule {
|
||||||
match title=" Mozilla Firefox"
|
match app-id="Bitwarden"
|
||||||
default-column-width {
|
default-column-width {
|
||||||
proportion 0.33337
|
proportion 0.33337
|
||||||
}
|
}
|
||||||
open-floating true
|
open-floating true
|
||||||
}
|
}
|
||||||
// Open the Firefox picture-in-picture player as floating by default.
|
// Open the Firefox picture-in-picture player as floating by default.
|
||||||
window-rule {
|
// window-rule {
|
||||||
// This app-id regular expression will work for both:
|
// // This app-id regular expression will work for both:
|
||||||
// - host Firefox (app-id is "firefox")
|
// // - host Firefox (app-id is "firefox")
|
||||||
// - Flatpak Firefox (app-id is "org.mozilla.firefox")
|
// // - Flatpak Firefox (app-id is "org.mozilla.firefox")
|
||||||
match app-id="firefox$" title="^Picture-in-Picture$"
|
// match app-id="firefox$" title="^Picture-in-Picture$"
|
||||||
open-floating true
|
// open-floating true
|
||||||
}
|
// }
|
||||||
// Example: block out two password managers from screen capture.
|
// Example: block out two password managers from screen capture.
|
||||||
// (This example rule is commented out with a "/-" in front.)
|
// (This example rule is commented out with a "/-" in front.)
|
||||||
window-rule {
|
window-rule {
|
||||||
|
@ -704,10 +704,10 @@ binds {
|
||||||
set-window-height "+10%"
|
set-window-height "+10%"
|
||||||
}
|
}
|
||||||
// Move the focused window between the floating and the tiling layout.
|
// Move the focused window between the floating and the tiling layout.
|
||||||
Mod+T {
|
Mod+Shift+T {
|
||||||
toggle-window-floating
|
toggle-window-floating
|
||||||
}
|
}
|
||||||
Mod+Shift+T {
|
Mod+T {
|
||||||
switch-focus-between-floating-and-tiling
|
switch-focus-between-floating-and-tiling
|
||||||
}
|
}
|
||||||
// Toggle tabbed column display mode.
|
// Toggle tabbed column display mode.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue