aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-09-26 18:05:39 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-09-26 18:05:39 +0300
commitb411f2f2a8cd969a6ac566254806bbd7e4816cbb (patch)
tree861d9d4ea2f9f63227e92e0275ca2bb2d471423f
parent0e618f52f5036a91060c564a8d4fb0f6d51ce6de (diff)
downloadswayrice-b411f2f2a8cd969a6ac566254806bbd7e4816cbb.tar.gz
swayrice-b411f2f2a8cd969a6ac566254806bbd7e4816cbb.zip
Minor changes to ddquakemite, workspace
-rwxr-xr-xdotfiles/.local/bin/ddquakemite2
-rwxr-xr-xdotfiles/.local/bin/workspace2
2 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.local/bin/ddquakemite b/dotfiles/.local/bin/ddquakemite
index 4d304bc..4e1288f 100755
--- a/dotfiles/.local/bin/ddquakemite
+++ b/dotfiles/.local/bin/ddquakemite
@@ -34,7 +34,7 @@ if [ "$ddstatus" = "-" ]; then
elif [ "$ddstatus" = "+" ]; then
swaymsg '[title="ddterminal"] move scratchpad'
else
- $TERMINAL -T "ddterminal" tmuxatt &
+ $TERMINAL -T "ddterminal" -o "locked-title=true" zsh -ic "tmuxatt" &
sleep 0.2s
reposition
fi
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