aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/rename_current_window.sh
diff options
context:
space:
mode:
Diffstat (limited to 'X11/rename_current_window.sh')
-rwxr-xr-xX11/rename_current_window.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/X11/rename_current_window.sh b/X11/rename_current_window.sh
new file mode 100755
index 0000000..c66c86b
--- /dev/null
+++ b/X11/rename_current_window.sh
@@ -0,0 +1,3 @@
1#! /bin/sh
2
3xdotool set_window --name "$1" "$(xdotool getactivewindow)"