diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-09-26 18:05:39 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-09-26 18:05:39 +0300 |
commit | b411f2f2a8cd969a6ac566254806bbd7e4816cbb (patch) | |
tree | 861d9d4ea2f9f63227e92e0275ca2bb2d471423f /dotfiles/.local/bin/workspace | |
parent | 0e618f52f5036a91060c564a8d4fb0f6d51ce6de (diff) | |
download | swayrice-b411f2f2a8cd969a6ac566254806bbd7e4816cbb.tar.gz swayrice-b411f2f2a8cd969a6ac566254806bbd7e4816cbb.zip |
Minor changes to ddquakemite, workspace
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 |