winresize for floating windows

This commit is contained in:
Luke Smith
2018-11-18 20:31:03 -05:00
parent 04fdc3366b
commit 7fdc2fac93
2 changed files with 3 additions and 1 deletions

2
.scripts/i3cmds/winresize Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
echo | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)"