diff options
Diffstat (limited to 'X11/rename_current_window.sh')
-rwxr-xr-x | X11/rename_current_window.sh | 3 |
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 | |||
3 | xdotool set_window --name "$1" "$(xdotool getactivewindow)" | ||