diff options
Diffstat (limited to 'X11/rename_current_window.sh')
-rwxr-xr-x | X11/rename_current_window.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/rename_current_window.sh b/X11/rename_current_window.sh index d686ba4..59caa26 100755 --- a/X11/rename_current_window.sh +++ b/X11/rename_current_window.sh | |||
@@ -1,3 +1,3 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | 2 | ||
3 | xdotool set_window --name "$1" --class CONFIRM_BEFORE_CLOSE "$(xdotool getactivewindow)" | 3 | xdotool set_window --name "@${1##@}" "$(xdotool getactivewindow)" |