voidrice/.local/bin/i3cmds/winresize
2019-05-18 00:07:32 -04:00

2 lines
113 B
Bash
Executable file

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