Hi Marc, On Thu, Jul 25, 2019 at 11:17 AM PDT, Marc Lehmann wrote: > On Thu, Jul 25, 2019 at 08:40:01AM -0700, Mun <mj...@mailmun.com> wrote: > > > But using echo is fine, of course. > > > > Thanks for the tip; that's certainly cleaner than an actual ESC char in > > a file. However, I get the same results. That is, the actual window > > geometry does not change, but an "inner" window of sorts is created that > > doesn't actually serve my purpose. > > Hmm, that sounds like you use an extension that embeds urxvt in another > window - most likely tabbed. I am afraid then it gtets a lot harder, > because the size change indeed only reflects in the inside temrinal window > then, and whatever extension or embedder you use would have to execute the > size change.
You nailed it! I removed the extension and the escape sequence worked perfectly :) Since I don't use the tabbed extension all that much, I think I much rather prefer having the ability to dynamically change the window geometry via the command line. > You could try to find the outside window id by walking up from $WINDOWID > (e.g. xwininfo -tree -root), and calling xresizewindow on the X display, but > thats not somehting I would attempt lightly :) Thanks for that tip! I may not use it for this application; but one never knows when it may come in handy :) Thanks very much for resolving my problem, Marc! Best regards, -- Mun _______________________________________________ rxvt-unicode mailing list rxvt-unicode@lists.schmorp.de http://lists.schmorp.de/mailman/listinfo/rxvt-unicode