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

3 lines
106 B
Bash
Executable File

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