Re: Determine XTerm Geometry

2014-01-22 Thread Patrick Bartek
On Wed, 22 Jan 2014, Zenaan Harkness wrote: > On 1/22/14, Patrick Bartek wrote: > > On Tue, 21 Jan 2014, Zenaan Harkness wrote: > > >> [snip] > > There are a few defaults at the top of the script, and a separate > xterm.conf file which is for my default font, scrollback and other > settings. >

Re: Determine XTerm Geometry

2014-01-21 Thread Zenaan Harkness
On 1/22/14, Patrick Bartek wrote: > On Tue, 21 Jan 2014, Zenaan Harkness wrote: >> Are you wanting the location/size to script the re-creation of xterms? > > Yes. Already accomplished. All I needed was each running xterm's > stats. xwininfo nicely supplied that. > > For future reference: Any

Re: Determine XTerm Geometry

2014-01-21 Thread Patrick Bartek
On Tue, 21 Jan 2014, Zenaan Harkness wrote: > On 1/21/14, Patrick Bartek wrote: > > On Mon, 20 Jan 2014, Mathias Bauer wrote: > > > >> Hello Patrick, > >> > >> * Patrick Bartek wrote on 2014-01-20 at 13:18 (-0800): > >> > >> > Need to get geometry of running xterms. Resize gives me the > >> > co

Re: Determine XTerm Geometry

2014-01-21 Thread Patrick Bartek
On Tue, 21 Jan 2014, Chris Davies wrote: > Mathias Bauer wrote: > > * Patrick Bartek wrote on 2014-01-20 at 13:18 (-0800): > >> Need to get geometry of running xterms > > > take a look at > > $ xwininfo -id WINDOW_ID > > Also wmctrl -lG Thanks. B -- To UNSUBSCRIBE, email to debian-user-re

Re: Determine XTerm Geometry

2014-01-21 Thread Patrick Bartek
On Tue, 21 Jan 2014, Mathias Bauer wrote: > * Patrick Bartek wrote on 2014-01-20 at 14:35 (-0800): > > > And FYI: you don't even need the WINDOW_ID. Just run xwininfo > > in any terminal, left click on the target window, and it spits > > out THAT windows stats. > > I know :-) You mentioned, you

Re: Determine XTerm Geometry

2014-01-21 Thread Chris Davies
Mathias Bauer wrote: > * Patrick Bartek wrote on 2014-01-20 at 13:18 (-0800): >> Need to get geometry of running xterms > take a look at > $ xwininfo -id WINDOW_ID Also wmctrl -lG Chris -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Troubl

Re: Determine XTerm Geometry

2014-01-21 Thread Zenaan Harkness
On 1/21/14, Patrick Bartek wrote: > On Mon, 20 Jan 2014, Mathias Bauer wrote: > >> Hello Patrick, >> >> * Patrick Bartek wrote on 2014-01-20 at 13:18 (-0800): >> >> > Need to get geometry of running xterms. Resize gives me the >> > columns and lines. How do I get the X & Y offsets? >> >> take a

Re: Determine XTerm Geometry

2014-01-20 Thread Mathias Bauer
* Patrick Bartek wrote on 2014-01-20 at 14:35 (-0800): > And FYI: you don't even need the WINDOW_ID. Just run xwininfo > in any terminal, left click on the target window, and it spits > out THAT windows stats. I know :-) You mentioned, you already had columns and lines (via the $COLUMNS/$LINES s

Re: Determine XTerm Geometry

2014-01-20 Thread Patrick Bartek
On Mon, 20 Jan 2014, Mathias Bauer wrote: > Hello Patrick, > > * Patrick Bartek wrote on 2014-01-20 at 13:18 (-0800): > > > Need to get geometry of running xterms. Resize gives me the > > columns and lines. How do I get the X & Y offsets? > > take a look at > > $ xwininfo -id WINDOW_ID >

Re: Determine XTerm Geometry

2014-01-20 Thread Mathias Bauer
Hello Patrick, * Patrick Bartek wrote on 2014-01-20 at 13:18 (-0800): > Need to get geometry of running xterms. Resize gives me the > columns and lines. How do I get the X & Y offsets? take a look at $ xwininfo -id WINDOW_ID Perhaps that helps. Regards, Mathias -- To UNSUBSCRIBE, email