Picture in Picture for Zen Browser

This commit is contained in:
2026-01-08 20:56:18 +01:00
parent e87c046253
commit 958e2efb69

View File

@@ -55,8 +55,10 @@ input {
} }
touchpad { touchpad {
natural-scroll natural-scroll
// accel-profile "flat"
} }
mouse { mouse {
// accel-profile "flat"
} }
trackpoint { trackpoint {
} }
@@ -227,6 +229,7 @@ window-rule {
opacity 0.9 opacity 0.9
} }
window-rule { window-rule {
match app-id="zen" title="^Picture-in-Picture$"
match app-id=r#"firefox$"# title="^Picture-in-Picture$" match app-id=r#"firefox$"# title="^Picture-in-Picture$"
match app-id="zoom" match app-id="zoom"
open-floating true open-floating true