5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Waiting two seconds to get the size of the active window."
|
|
sleep 2
|
|
xwininfo -id $(xdotool getactivewindow)
|