Files
voidrice/.scripts/i3cmds/winresize
T

3 lines
113 B
Bash
Executable File

#!/bin/sh
echo "📐" | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)"