voidrice/.scripts/i3cmds/winresize
2018-11-18 20:31:03 -05:00

2 lines
106 B
Bash
Executable file

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