how to set window width by window
for example:
rxvt -g 80:25
I understand that tile manager resizes windows by its rules, but I want have 80-column (exactly) terminal(s). So I want have windows 'class=URxvt' that have always width 80 symbols (at start).
If there is a way to set window (frame) width by window?
As I understand:
These windows (like terminals) count its width (and height) and do request to WM to set the size as window size.
i3wm could store these sizes and use width if a user uses horisontal splitting and use height if a uses uses vertical splitting.
Sorry for my bad English :)