voidrice/.local/bin/i3cmds/winresize

3 lines
113 B
Text
Raw Normal View History

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