voidrice/.scripts/i3cmds/winresize

3 lines
113 B
Text
Raw Normal View History

2018-11-18 20:31:03 -05:00
#!/bin/sh
2018-12-01 14:34:14 -05:00
echo "📐" | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)"