changeset 70:78beae5a0f7f

add function to set the window title
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 29 May 2015 07:33:19 +0200
parents 616ed50aba55
children fdc372a00e4d e4ed204c90fa
files zshrc-cassiopeia
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 "$*" }