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