From 35a2dd3734f1d31060fe28837cf0e1d947c8d6f4 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sun, 17 Apr 2022 10:46:59 -0500 Subject: reorganize all scripts --- .old/settitle | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .old/settitle (limited to '.old/settitle') diff --git a/.old/settitle b/.old/settitle new file mode 100755 index 0000000..7cdd7d1 --- /dev/null +++ b/.old/settitle @@ -0,0 +1,4 @@ +#!/bin/sh +xdotool set_window --class "$2" $(xdotool search --pid $1) # command chaining doesnt work for some reason +#xdotool getactivewindow set_window --class "$1" +#[ -z "$2" ] && echo -n "\e]0;$2\a" -- cgit v1.2.3