From 865cae79f8a6367f22086f6521c34f498b63b6ad Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 23 Mar 2014 14:07:55 -0300 Subject: Mutt and terminal titles; adding xwyrd --- xwyrd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 xwyrd (limited to 'xwyrd') diff --git a/xwyrd b/xwyrd new file mode 100755 index 0000000..6e07d6e --- /dev/null +++ b/xwyrd @@ -0,0 +1,13 @@ +#!/bin/bash +# +# Start calendar application. +# + +# Set title. +xtitle calendar + +# For some reason, we have to sleep a while, otherwise wyrd won't start. +sleep 0.2 + +# Start wyrd. +wyrd -- cgit v1.2.3