voidrice/.scripts/i3cmds/winresize

3 lines
106 B
Text
Raw Normal View History

2018-11-19 01:31:03 +00:00
#!/bin/sh
echo | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)"