It would be great to be able to set desired widths for new windows based on wmclass. I tried this in user.js but it had no effect.
Tiling.defwinprop({ wm_class: "Emacs", _targetWidth: 1536 });
Heights too, in case the window is vertically tiled after creation, if this is possible.
It would be great to be able to set desired widths for new windows based on wmclass. I tried this in
user.jsbut it had no effect.Heights too, in case the window is vertically tiled after creation, if this is possible.