AutoYADM commit: 2025-05-29 18:35:15
This commit is contained in:
parent
1ea9348460
commit
45767c4336
1 changed files with 5 additions and 4 deletions
|
@ -62,11 +62,12 @@ done <<EOF
|
|||
EOF
|
||||
|
||||
title="$list - $kak_client@[$kak_session]"
|
||||
notify-send "runs"
|
||||
printf "eval -verbatim set-option -add global ui_options %%{terminal_title=%s}; nop %%sh{ notify-send 'arrived' }" "$title" | kak -p ${kak_session}
|
||||
# notify-send "runs"
|
||||
# printf "set-option -add global ui_options %%{terminal_title=%s}; nop %%sh{ notify-send 'arrived' }" "$title"
|
||||
printf "eval -verbatim set-option -add global ui_options %%{terminal_title=%s}" "$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 "echo -debug '%s'" "$title" | kak -p ${kak_session}
|
||||
} > /dev/null 2>&1 < /dev/null &
|
||||
# printf "echo -debug '%s'" "$title" | kak -p ${kak_session}
|
||||
} # > /dev/null 2>&1 < /dev/null &
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue