X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/0c7867d96b93a8d56ef4674a7f9cfa033ea675f6..fa56bcf3eb3750665d37cb15a3dbff922d706c36:/dot/shell-rc diff --git a/dot/shell-rc b/dot/shell-rc index b65f63e..33403cb 100644 --- a/dot/shell-rc +++ b/dot/shell-rc @@ -175,7 +175,7 @@ __mdw_set_prompt () { __mdw_xterm_settitle () { printf >/dev/tty \ - "]2;%s@%s:%s – %s\\" \ + "]0;%s@%s:%s – %s\\" \ "$__mdw_user" "$__mdw_host$__mdw_hqual" "$PWD" \ "$1" } @@ -473,6 +473,13 @@ case $(id -u) in ;; esac +## Install wakeup machinery for long-running programs. +case ${DISPLAY+t},${WINDOWID+t},${__mdw_precmd_hook+t},${__mdw_preexec_hook+t} in + t,t,t,t) + if [ -t 0 ] && __mdw_programp notify-send; then . $HOME/bin/wakey.sh; fi + ;; +esac + ## Run any local hooks. __mdw_source_if_exists "$HOME/.shell-local"