Resize with i3-msg
When I issue a command to resize with i3-msg it looks like it always resizes to the same value. Example:
Open two terminals, split vertical. Issuing the following:
i3-msg resize grow height 5 ppt
results in the same resizing as
i3-msg resize grow height 50 ppt
Am I doing something wrong here?