Increase i3resize speed; match float window moving

It used to be way, way, WAAAAAAY too slow before.
This commit is contained in:
idk 2018-07-14 16:15:22 -04:00 committed by GitHub
parent 074e54caf6
commit efd8703e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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