diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-18 20:31:03 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-18 20:31:03 -0500 |
| commit | 7fdc2fac93797877abd2639ff6bd6e67730391e7 (patch) | |
| tree | 18cb6d12f026e708f3afeaee42480e02d2d175cd /.scripts | |
| parent | 04fdc3366b1086ba250e190fd33a1cc887d2f178 (diff) | |
| download | eibhear-7fdc2fac93797877abd2639ff6bd6e67730391e7.tar.gz eibhear-7fdc2fac93797877abd2639ff6bd6e67730391e7.tar.zst eibhear-7fdc2fac93797877abd2639ff6bd6e67730391e7.zip | |
winresize for floating windows
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/i3cmds/winresize | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scripts/i3cmds/winresize b/.scripts/i3cmds/winresize new file mode 100755 index 0000000..df4b75c --- /dev/null +++ b/.scripts/i3cmds/winresize @@ -0,0 +1,2 @@ +#!/bin/sh +echo | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)" |
