mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 03:30:37 +00:00
feat(aerospace.toml): add new configuration block for app with app-id 'com.dmitrynikolaev.numi' to set layout to floating when window is detected
This commit is contained in:
@@ -213,6 +213,11 @@ check-further-callbacks = true
|
||||
run = 'layout tiling'
|
||||
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.dmitrynikolaev.numi'
|
||||
check-further-callbacks = true
|
||||
run = 'layout floating'
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = "com.github.wez.wezterm"
|
||||
run = "move-node-to-workspace T"
|
||||
|
||||
Reference in New Issue
Block a user