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