dotfiles/scripts/window_size.sh
2021-07-10 00:36:21 -04:00

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)