mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
toggle: source fish on btop startup
This commit is contained in:
@@ -54,7 +54,7 @@ class Command:
|
||||
def sysmon(self) -> None:
|
||||
self.spawn_client(
|
||||
lambda c: c["class"] == "btop" and c["title"] == "btop" and c["workspace"]["name"] == "special:sysmon",
|
||||
["foot", "-a", "btop", "-T", "btop", "--", "btop"],
|
||||
["foot", "-a", "btop", "-T", "btop", "fish", "-C", "exec btop"],
|
||||
)
|
||||
hypr.dispatch("togglespecialworkspace", "sysmon")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user