aerospace: make WarnWetter app floating
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
after-startup-command = []
|
after-startup-command = []
|
||||||
|
|
||||||
exec-on-workspace-change = [
|
exec-on-workspace-change = [
|
||||||
'/bin/bash',
|
'/bin/bash',
|
||||||
'-c',
|
'-c',
|
||||||
'~/.config/aerospace/pip-move.sh',
|
'~/.config/aerospace/pip-move.sh',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Start AeroSpace at login
|
# Start AeroSpace at login
|
||||||
@@ -207,8 +207,8 @@ esc = ['mode main']
|
|||||||
shift-r = ['reload-config', 'mode main']
|
shift-r = ['reload-config', 'mode main']
|
||||||
r = ['flatten-workspace-tree', 'mode main'] # reset layout
|
r = ['flatten-workspace-tree', 'mode main'] # reset layout
|
||||||
f = [
|
f = [
|
||||||
'layout floating tiling',
|
'layout floating tiling',
|
||||||
'mode main',
|
'mode main',
|
||||||
] # Toggle between floating and tiling layout
|
] # Toggle between floating and tiling layout
|
||||||
backspace = ['close-all-windows-but-current', 'mode main']
|
backspace = ['close-all-windows-but-current', 'mode main']
|
||||||
|
|
||||||
@@ -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'
|
||||||
|
Reference in New Issue
Block a user