From 6efc27037aee345cee975805f2aacac66f6da2ce Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 1 Dec 2018 14:34:14 -0500 Subject: let a thousand autistic tweaks bloom --- .scripts/i3cmds/winresize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts/i3cmds/winresize') diff --git a/.scripts/i3cmds/winresize b/.scripts/i3cmds/winresize index df4b75c..090bbf3 100755 --- a/.scripts/i3cmds/winresize +++ b/.scripts/i3cmds/winresize @@ -1,2 +1,2 @@ #!/bin/sh -echo | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)" +echo "📐" | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)" -- cgit v1.3.1