update
This commit is contained in:
parent
b2f227cd01
commit
a96e85fd71
5 changed files with 41 additions and 1 deletions
|
|
@ -3,7 +3,17 @@
|
|||
modifiers: [
|
||||
Super,
|
||||
],
|
||||
): System(Launcher),
|
||||
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\""),
|
||||
(
|
||||
modifiers: [],
|
||||
key: "Print",
|
||||
|
|
@ -14,4 +24,9 @@
|
|||
],
|
||||
key: "p",
|
||||
): System(Screenshot),
|
||||
(
|
||||
modifiers: [
|
||||
Super,
|
||||
],
|
||||
): System(Launcher),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue