add sleep

This commit is contained in:
kenji
2025-07-16 08:56:35 -05:00
parent e5f1231749
commit 6cf5d2bd02
+1 -1
View File
@@ -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"],
["kitty", "-T", "btop", "fish", "-c", "btop"],
["sleep", "1", "kitty", "-T", "btop", "fish", "-c", "btop"],
)
hypr.dispatch("togglespecialworkspace", "sysmon")