AutoYADM commit: 2025-05-29 18:20:14
This commit is contained in:
parent
f4ae38b35f
commit
dbe4ca7f2e
1 changed files with 4 additions and 3 deletions
|
@ -43,7 +43,8 @@ define-command -hidden bar-buflist %{
|
||||||
index=0
|
index=0
|
||||||
while read buf; do
|
while read buf; do
|
||||||
if [ "$buf" = '*debug*' ]; then
|
if [ "$buf" = '*debug*' ]; then
|
||||||
continue
|
# continue
|
||||||
|
foo=bar
|
||||||
fi
|
fi
|
||||||
index=$((index + 1))
|
index=$((index + 1))
|
||||||
if [ "$buf" = "$kak_bufname" ]; then
|
if [ "$buf" = "$kak_bufname" ]; then
|
||||||
|
@ -64,7 +65,7 @@ EOF
|
||||||
notify-send "runs"
|
notify-send "runs"
|
||||||
# printf "eval -verbatim set-option -add global ui_options %%{terminal_title=%s}; info runs" "$title" | kak -p ${kak_session}
|
# printf "eval -verbatim set-option -add global ui_options %%{terminal_title=%s}; info runs" "$title" | kak -p ${kak_session}
|
||||||
printf "eval -try-client '%s' -verbatim set-option -add global ui_options %%{terminal_title=%s}\n" "$kak_client" "$title" | kak -p ${kak_session}
|
printf "eval -try-client '%s' -verbatim set-option -add global ui_options %%{terminal_title=%s}\n" "$kak_client" "$title" | kak -p ${kak_session}
|
||||||
printf "info runs" | kak -p ${kak_session}
|
printf "echo -debug '%s'" "$title" | kak -p ${kak_session}
|
||||||
} > /dev/null 2>&1 < /dev/null &
|
} > /dev/null 2>&1 < /dev/null &
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue