2019-08-06 08:30:12 -04:00

3 lines
121 B
Bash
Executable File

#!/usr/bin/env sh
echo "📐" | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)"