mirror of https://github.com/tiyn/dotfiles
3 lines
113 B
3 lines
113 B
5 years ago
|
#!/bin/sh
|
||
|
echo "📐" | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)"
|