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:
parent
1bd9dd2b63
commit
2685e94483
1 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ let
|
||||||
];
|
];
|
||||||
|
|
||||||
openGhostty = "open -na Ghostty.app";
|
openGhostty = "open -na Ghostty.app";
|
||||||
|
openCmux = "open -na cmux.app";
|
||||||
openHelium = "open -na Helium.app";
|
openHelium = "open -na Helium.app";
|
||||||
openHeliumNotifications = "open -na Helium.app --args https://x.com/i/notifications";
|
openHeliumNotifications = "open -na Helium.app --args https://x.com/i/notifications";
|
||||||
openHeliumT3Chat = "open -na Helium.app --args https://t3.chat/";
|
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 = [
|
manipulators = [
|
||||||
{
|
{
|
||||||
from = {
|
from = {
|
||||||
|
|
@ -124,7 +125,7 @@ let
|
||||||
};
|
};
|
||||||
to = [
|
to = [
|
||||||
{
|
{
|
||||||
shell_command = openGhostty;
|
shell_command = openCmux;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
type = "basic";
|
type = "basic";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue