This commit is contained in:
DeveloperDurp 2025-09-05 21:49:50 -05:00
parent 43ecc226f7
commit e14d6ac38a
3 changed files with 10 additions and 2 deletions

View file

@ -143,6 +143,14 @@
key: "o",
description: Some("Get OTP"),
): Spawn("zsh -c \"$HOME/.config/scripts/otp.sh\""),
(
modifiers: [
Super,
Shift,
],
key: "y",
description: Some("Get OTP"),
): Spawn("zsh -c \"$HOME/.config/scripts/ssh.sh\""),
(
modifiers: [
Super,