summaryrefslogtreecommitdiff
path: root/old/setwindowtitle
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-09-11 00:36:13 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-09-11 00:36:13 -0500
commit0a9053c2902adab8b94eaacdb15390441143078c (patch)
tree1f1a38272dbd554cde8cdec263187112b9c6a7e8 /old/setwindowtitle
downloadscripts-0a9053c2902adab8b94eaacdb15390441143078c.tar.xz
scripts-0a9053c2902adab8b94eaacdb15390441143078c.zip
redid repo cus of fucking chromium rip old commit messages
Diffstat (limited to 'old/setwindowtitle')
-rwxr-xr-xold/setwindowtitle10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/setwindowtitle b/old/setwindowtitle
new file mode 100755
index 0000000..a2b9218
--- /dev/null
+++ b/old/setwindowtitle
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+#windowname="$(dmenu -p 'Enter New Window Name. Then, Select the Window to Change' <&-)"
+#xdotool selectwindow set_window --class "$windowname"
+##if [ -z "$1" ];
+##then
+##else
+## xdotool getactivewindow set_window --class "$1"
+##fi
+#if [ -z "$2" ]; then echo -en "\e]0;$2\a"; fi
+#xsetroot -name ""