voidrice/.scripts/i3cmds/winresize
2018-12-01 14:34:14 -05:00

2 lines
113 B
Bash
Executable file

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