2025-05-12 05:22:30 -05:00
|
|
|
{
|
|
|
|
|
(
|
|
|
|
|
modifiers: [
|
|
|
|
|
Super,
|
|
|
|
|
],
|
2025-06-15 09:35:27 -05:00
|
|
|
key: "n",
|
|
|
|
|
description: Some("New Session"),
|
|
|
|
|
): Spawn(" zsh -c \"$HOME/.config/scripts/sessions.sh new\""),
|
|
|
|
|
(
|
|
|
|
|
modifiers: [
|
|
|
|
|
Super,
|
|
|
|
|
Shift,
|
|
|
|
|
],
|
|
|
|
|
key: "n",
|
|
|
|
|
description: Some("New Goland Session"),
|
|
|
|
|
): Spawn(" zsh -c \"$HOME/.config/scripts/sessions.sh goland-new\""),
|
2025-05-12 05:22:30 -05:00
|
|
|
(
|
|
|
|
|
modifiers: [],
|
|
|
|
|
key: "Print",
|
|
|
|
|
): Disable,
|
|
|
|
|
(
|
|
|
|
|
modifiers: [
|
|
|
|
|
Super,
|
|
|
|
|
],
|
|
|
|
|
key: "p",
|
|
|
|
|
): System(Screenshot),
|
2025-06-15 09:35:27 -05:00
|
|
|
(
|
|
|
|
|
modifiers: [
|
|
|
|
|
Super,
|
|
|
|
|
],
|
|
|
|
|
): System(Launcher),
|
2025-05-12 05:22:30 -05:00
|
|
|
}
|