From 704422d374dd278d8bdb61bd5972e96f98108aa0 Mon Sep 17 00:00:00 2001 From: caiowakamatsu Date: Thu, 30 Oct 2025 01:42:21 -0300 Subject: [PATCH] ignore QEMU in aerospace --- aerospace/aerospace.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index f0686cd..bcb710c 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -148,4 +148,8 @@ automatically-unhide-macos-hidden-apps = false down = 'volume down' up = 'volume up' shift-down = ['volume set 0', 'mode main'] - + +[[on-window-detected]] + if.app-name-regex-substring = 'QEMU' + check-further-callbacks = true + run = ['layout floating']