aerospace: make WarnWetter app floating

This commit is contained in:
2025-08-02 07:54:30 +02:00
parent 3abf9ddadc
commit 9b6d487e36

View File

@@ -224,7 +224,15 @@ down = 'volume down'
up = 'volume up' up = 'volume up'
shift-down = ['volume set 0', 'mode main'] shift-down = ['volume set 0', 'mode main']
# Firefox Picture-in-Picture
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'org.mozilla.firefox' if.app-id = 'org.mozilla.firefox'
if.window-title-regex-substring = 'Picture-in-Picture' if.window-title-regex-substring = 'Picture-in-Picture'
run = 'layout floating' run = 'layout floating'
# WarnWetter
[[on-window-detected]]
if.app-id = 'de.dwd.warnapp'
if.window-title-regex-substring = 'WarnWetter'
run = 'layout floating'