From efd8703e8d2438f889882e6116640d5a5f01b5d9 Mon Sep 17 00:00:00 2001 From: idk Date: Sat, 14 Jul 2018 16:15:22 -0400 Subject: [PATCH] Increase i3resize speed; match float window moving It used to be way, way, WAAAAAAY too slow before. --- .scripts/i3resize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/i3resize b/.scripts/i3resize index 98fad5a5..4049f455 100755 --- a/.scripts/i3resize +++ b/.scripts/i3resize @@ -2,7 +2,7 @@ # This script was made by `goferito` on Github. direction=$1 -pts="2" +pts="30" distanceStr="$pts px or $pts ppt" [ -z $1 ] && echo "No direction provided" && exit 1