# HG changeset patch # User Dirk Olmes # Date 1432877599 -7200 # Node ID 78beae5a0f7f96121a58756906fa25f2a45c6f91 # Parent 616ed50aba557c74e3eddb5a33247f53fd6e04a7 add function to set the window title diff -r 616ed50aba55 -r 78beae5a0f7f zshrc-cassiopeia --- a/zshrc-cassiopeia Fri May 29 07:30:19 2015 +0200 +++ b/zshrc-cassiopeia Fri May 29 07:33:19 2015 +0200 @@ -31,3 +31,4 @@ # functions to be used directly from the command line # ed() { kate -u "$@" > /dev/null 2>&1 & } +wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" }