From 867c3a97e20f4b3a836afd3789d003eb5ee31de5 Mon Sep 17 00:00:00 2001 From: angelic-sedition Date: Mon, 24 Aug 2015 13:47:19 -0400 Subject: [PATCH] Fix i3 auto_show bug Previously would resize window when re-mapping; desired behaviour is to keep previous size --- tdrop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrop b/tdrop index ed782d8..2b7bf0b 100755 --- a/tdrop +++ b/tdrop @@ -139,7 +139,7 @@ wm_autoset_for_both() { } map_post() { i3-msg "[id=$1] floating enable" > /dev/null && \ - xdotool windowmove "$1" "$xoff" "$yoff" windowsize "$1" "$width" "$height" + xdotool windowmove "$1" "$xoff" "$yoff" } fi }