From 709221de9e93422a2c823f338aa30a6af69b4dd2 Mon Sep 17 00:00:00 2001 From: afranco Date: Wed, 4 Jun 2025 12:10:54 +0100 Subject: [PATCH] chore(aerospace): add floating picture-in-picture for zen browser --- .config/aerospace/aerospace.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/aerospace/aerospace.toml b/.config/aerospace/aerospace.toml index eff2e30..303645d 100644 --- a/.config/aerospace/aerospace.toml +++ b/.config/aerospace/aerospace.toml @@ -42,6 +42,11 @@ if.app-id = 'org.mozilla.firefox' if.window-title-regex-substring = 'Picture-in-Picture' run = 'layout floating' +[[on-window-detected]] +if.app-id = 'app.zen-browser.zen' +if.window-title-regex-substring = 'Picture-in-Picture' +run = 'layout floating' + [[on-window-detected]] if.app-id = 'app.zen-browser.zen' if.window-title-regex-substring = 'Bitwarden'