From dca14f0fa987259684ebceb37cbe99e78a3f87b4 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 16 Jul 2025 16:38:47 -0500 Subject: [PATCH] fixed --- src/caelestia/subcommands/toggle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caelestia/subcommands/toggle.py b/src/caelestia/subcommands/toggle.py index 2f7119f..8ee94b6 100644 --- a/src/caelestia/subcommands/toggle.py +++ b/src/caelestia/subcommands/toggle.py @@ -66,7 +66,7 @@ class Command: and c["title"] == "btop" and c["workspace"]["name"] == "special:sysmon", # ["foot", "-a", "btop", "-T", "btop", "fish", "-C", "exec btop"], - ["sleep", "1", "kitty", "-T", "btop", "fish", "-c", "btop"], + ["kitty", "--detach", "-T", "btop", "fish", "-C", "btop"], ) hypr.dispatch("togglespecialworkspace", "sysmon")