From 2e8ec1406e523b8671645e1a507b2f46d1bb3039 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 17 Jul 2025 13:09:04 +0800 Subject: [PATCH] fix(home/darwin): aerospace - clash-verge --- home/darwin/aerospace/aerospace.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/darwin/aerospace/aerospace.toml b/home/darwin/aerospace/aerospace.toml index e5512cd7..d6ca7529 100644 --- a/home/darwin/aerospace/aerospace.toml +++ b/home/darwin/aerospace/aerospace.toml @@ -310,6 +310,11 @@ run = ['layout floating'] if.app-id = 'com.apple.systempreferences' run = ['layout floating'] +# Clash Verge - has problem with floating +[[on-window-detected]] +if.app-id = 'io.github.clash-verge-rev.clash-verge-rev' +run = ['move-node-to-workspace 0Other'] + # Make all windows float by default [[on-window-detected]] check-further-callbacks = true