summaryrefslogtreecommitdiff
path: root/x11/settitle
diff options
context:
space:
mode:
Diffstat (limited to 'x11/settitle')
-rwxr-xr-xx11/settitle4
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/settitle b/x11/settitle
deleted file mode 100755
index 7cdd7d1..0000000
--- a/x11/settitle
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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"