Resize with px and not ppt
Sorry my bad English, isn't my native language. My problem is the use of de command resize: resize grow|shrink <direction> [<px> px] [or <ppt> ppt]
In my case, I am trying to use a command to resize one pixel by time, like this "resize grow height 1 px". But they ignore the px value and use just the ppt value (10 ppt, the default value in this case).
Doing a fast search in the source code, in the function cmd_resize (commands.c:767), I see, he just use the value of px when its applied to a floating window or floating container, else they use the ppt value. This is a bug or misinterpretation of the documentation?