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

@ -1 +1 @@
ThemeDefault Dark

View file

@ -143,6 +143,14 @@
key: "o", key: "o",
description: Some("Get OTP"), description: Some("Get OTP"),
): Spawn("zsh -c \"$HOME/.config/scripts/otp.sh\""), ): 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: [ modifiers: [
Super, Super,

View file

@ -110,7 +110,7 @@ delete() {
sed '/^scratch/d' | sed '/^scratch/d' |
sed '/^general/d' | sed '/^general/d' |
sed '/^$/d' | sed '/^$/d' |
fzf --reverse --header 'Switch Session' --no-preview) fzf --reverse --header 'Delete Session' --no-preview)
[ -z "$session" ] && return 1 [ -z "$session" ] && return 1