mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-19 02:17:44 +01:00
3 lines
113 B
Plaintext
3 lines
113 B
Plaintext
|
#!/bin/sh
|
||
|
echo "📐" | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)"
|