From 0a9053c2902adab8b94eaacdb15390441143078c Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sat, 11 Sep 2021 00:36:13 -0500 Subject: redid repo cus of fucking chromium rip old commit messages --- st/settitle | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 st/settitle (limited to 'st/settitle') 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" -- cgit v1.2.3