diff options
Diffstat (limited to 'st')
-rwxr-xr-x | st/settitle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/st/settitle b/st/settitle new file mode 100755 index 0000000..df613ca --- /dev/null +++ b/st/settitle @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +xdotool getactivewindow set_window --class "$1" +[ -z "$2" ] && echo -en "\e]0;$2\a" |