This commit is contained in:
kenji
2025-07-16 16:38:47 -05:00
parent 9ad953214f
commit dca14f0fa9
+1 -1
View File
@@ -66,7 +66,7 @@ class Command:
and c["title"] == "btop" and c["title"] == "btop"
and c["workspace"]["name"] == "special:sysmon", and c["workspace"]["name"] == "special:sysmon",
# ["foot", "-a", "btop", "-T", "btop", "fish", "-C", "exec btop"], # ["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") hypr.dispatch("togglespecialworkspace", "sysmon")