mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
[aerospace] Try and catch Bitwarden Safari popups
This commit is contained in:
@@ -227,6 +227,13 @@ on-mode-changed = []
|
|||||||
if.window-title-regex-substring = 'Picture-in-picture'
|
if.window-title-regex-substring = 'Picture-in-picture'
|
||||||
run = 'layout floating'
|
run = 'layout floating'
|
||||||
|
|
||||||
|
# Float Bitwarden Safari windows (Passkey selection)
|
||||||
|
[[on-window-detected]]
|
||||||
|
if.app-id = 'com.apple.Safari'
|
||||||
|
if.window-title-regex-substring = 'Bitwarden'
|
||||||
|
run = 'layout floating'
|
||||||
|
check-further-callbacks = false
|
||||||
|
|
||||||
# Safari windows to workspace B
|
# Safari windows to workspace B
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-id = 'com.apple.Safari'
|
if.app-id = 'com.apple.Safari'
|
||||||
|
|||||||
Reference in New Issue
Block a user