1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00

chore: open cmux with hyper return

This commit is contained in:
TheGeneralist 2026-05-24 14:46:30 +02:00
parent 1bd9dd2b63
commit 2685e94483
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -8,6 +8,7 @@ let
];
openGhostty = "open -na Ghostty.app";
openCmux = "open -na cmux.app";
openHelium = "open -na Helium.app";
openHeliumNotifications = "open -na Helium.app --args https://x.com/i/notifications";
openHeliumT3Chat = "open -na Helium.app --args https://t3.chat/";
@ -113,7 +114,7 @@ let
];
}
{
description = "Hyper+Return opens Ghostty";
description = "Hyper+Return opens cmux";
manipulators = [
{
from = {
@ -124,7 +125,7 @@ let
};
to = [
{
shell_command = openGhostty;
shell_command = openCmux;
}
];
type = "basic";