dotfiles/.local/bin/i3cmds/winresize

3 lines
113 B

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