diff options
Diffstat (limited to 'dotfiles/.local/bin/workspace')
-rwxr-xr-x | dotfiles/.local/bin/workspace | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/workspace b/dotfiles/.local/bin/workspace index bfc2357..5183c72 100755 --- a/dotfiles/.local/bin/workspace +++ b/dotfiles/.local/bin/workspace @@ -30,7 +30,7 @@ fi swaymsg "gaps inner current set 0; gaps outer current set 0" cd "$1" -setsid $TERMINAL -a "$TERMINAL lf:$1" "lf" >/dev/null 2>&1 & sleep 0.1 +setsid $TERMINAL -a "$TERMINAL lf:$1" zsh -ic "lfcd" >/dev/null 2>&1 & sleep 0.1 setsid $TERMINAL -a "$TERMINAL edit:$1" >/dev/null 2>&1 & sleep 0.1 sleep 0.2 |