Skip to content

Commit

Permalink
Don't set the title any more
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Oct 31, 2018
1 parent d408a50 commit 0dbc933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions historyrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ then
fi
fi

trap "history_settitle $HIST_TTY; exit" 0
#trap "history_settitle $HIST_TTY; exit" 0
export HISTORY_TITLE="${HIST_IDENTIFIER}${HIST_TTY}"
history_settitle "$HISTORY_TITLE"
#history_settitle "$HISTORY_TITLE"
if [ -n "$DISPLAY" ] && [ -n "$(which wmctrl 2>/dev/null)" ] ; then
# It takes a bit before wmctrl will see the result of the settitle;
# once we have the window title, write the window id into the
Expand Down

0 comments on commit 0dbc933

Please sign in to comment.