mirror of
https://github.com/thegeneralist01/config.git
synced 2026-05-30 08:37:01 +02:00
HYPER KEYBINDSS
This commit is contained in:
parent
1838431613
commit
9399b1ab37
1 changed files with 41 additions and 1 deletions
|
|
@ -8,7 +8,9 @@ let
|
|||
];
|
||||
|
||||
openGhostty = "open -na Ghostty.app";
|
||||
openHelium = "/Applications/Helium.app/Contents/MacOS/Helium &";
|
||||
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/";
|
||||
|
||||
numbers = [
|
||||
"1"
|
||||
|
|
@ -146,6 +148,44 @@ let
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
description = "Hyper+N opens X Notifications";
|
||||
manipulators = [
|
||||
{
|
||||
from = {
|
||||
key_code = "n";
|
||||
modifiers = {
|
||||
mandatory = hyperModifiers;
|
||||
};
|
||||
};
|
||||
to = [
|
||||
{
|
||||
shell_command = openHeliumNotifications;
|
||||
}
|
||||
];
|
||||
type = "basic";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
description = "Hyper+T opens T3 Chat";
|
||||
manipulators = [
|
||||
{
|
||||
from = {
|
||||
key_code = "t";
|
||||
modifiers = {
|
||||
mandatory = hyperModifiers;
|
||||
};
|
||||
};
|
||||
to = [
|
||||
{
|
||||
shell_command = openHeliumT3Chat;
|
||||
}
|
||||
];
|
||||
type = "basic";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
description = "Toggle Focus Mode with F6";
|
||||
manipulators = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue