Re: normally start new xterms

2024-01-19 Thread David Wright
On Fri 19 Jan 2024 at 09:06:05 (+0100), Thomas Schmitt wrote: > to...@tuxteam.de wrote: > > I coopted the otherwise useless "Windows" key (aka "Left Super" for > > WM things: Super-L makes an xterm: > > # Terminal > > Key "t" A 4 Exec exec xterm > > For me the Flying Windows keys pop up o

Re: normally start new xterms

2024-01-19 Thread tomas
On Fri, Jan 19, 2024 at 09:11:21AM -0500, Henning Follmann wrote: > On Fri, Jan 19, 2024 at 06:43:31AM +0100, to...@tuxteam.de wrote: > > On Thu, Jan 18, 2024 at 08:06:24PM +0100, Thomas Schmitt wrote: > > > > [...] > > > > > I have it in ~/.fvwm2rc as: > > > > > > *FvwmButtons xterm_ts5 linuxte

Re: normally start new xterms

2024-01-19 Thread Henning Follmann
On Fri, Jan 19, 2024 at 06:43:31AM +0100, to...@tuxteam.de wrote: > On Thu, Jan 18, 2024 at 08:06:24PM +0100, Thomas Schmitt wrote: > > [...] > > > I have it in ~/.fvwm2rc as: > > > > *FvwmButtons xterm_ts5 linuxterm.xpm Exec xterm -ls -geometry 80x24 -bg > > wheat -fg black -sl 1 +sb > >

Re: normally start new xterms

2024-01-19 Thread tomas
On Fri, Jan 19, 2024 at 10:16:56AM +0100, Thomas Schmitt wrote: > Hi, [...] > to...@tuxteam.de wrote: > > It's Modifier (that Flying Window thing), aka "4" and the regular "t" > > (my mnemonics: "terminal"). > > Ah. You use it as modifier for other keys, i use it as plain key. Yes, I was avid f

Re: normally start new xterms

2024-01-19 Thread Thomas Schmitt
Hi, to...@tuxteam.de wrote: > > > I coopted the otherwise useless "Windows" key (aka "Left Super" for > > > WM things: Super-L makes an xterm: > > > # Terminal > > > Key "t" A 4 Exec exec xterm i wrote: > > For me the Flying Windows keys pop up or push down the affected window: > > Key

Re: normally start new xterms

2024-01-19 Thread tomas
On Fri, Jan 19, 2024 at 09:06:05AM +0100, Thomas Schmitt wrote: > Hi, > > to...@tuxteam.de wrote: > > I coopted the otherwise useless "Windows" key (aka "Left Super" for > > WM things: Super-L makes an xterm: > > # Terminal > > Key "t" A 4 Exec exec xterm > > For me the Flying Windows ke

Re: normally start new xterms

2024-01-19 Thread Thomas Schmitt
Hi, to...@tuxteam.de wrote: > I coopted the otherwise useless "Windows" key (aka "Left Super" for > WM things: Super-L makes an xterm: > # Terminal > Key "t" A 4 Exec exec xterm For me the Flying Windows keys pop up or push down the affected window: Key Super_L A N RaiseLower Key Su

Re: normally start new xterms

2024-01-18 Thread tomas
On Thu, Jan 18, 2024 at 08:06:24PM +0100, Thomas Schmitt wrote: [...] > I have it in ~/.fvwm2rc as: > > *FvwmButtons xterm_ts5 linuxterm.xpm Exec xterm -ls -geometry 80x24 -bg wheat > -fg black -sl 1 +sb > > This causes a button in the button box which creates a new xterm when > clicked.

Re: normally start new xterms

2024-01-18 Thread John Conover
Thanks Thomas. Have a good one ... John Thomas Schmitt writes: > Hi, > > i wrote: > > > *FvwmButtons xterm_ts5 linuxterm.xpm Exec xterm -ls -geometry 80x24 -bg > > > wheat -fg black -sl 1 +sb > > John Conover wrote: > > > >

Re: normally start new xterms

2024-01-18 Thread Thomas Schmitt
Hi, i wrote: > > *FvwmButtons xterm_ts5 linuxterm.xpm Exec xterm -ls -geometry 80x24 -bg > > wheat -fg black -sl 1 +sb John Conover wrote: > >Action 'Exec exec xterm ...' The framework of this line probably

Re: normally start new xterms

2024-01-18 Thread John Conover
Thomas Schmitt writes: > Hi, > > i wrote: > > >xterm -ls -geometry 80x24 -bg wheat -fg black -sl 1 +sb & > > Max Nikulin wrote: > > Options may be put into ~/.Xresources > > xterm*vt100.saveLines: 1 > > xterm*VT100.background: wheat > > xterm*VT100.foreground: black > > I have it in

Re: normally start new xterms

2024-01-18 Thread Thomas Schmitt
Hi, i wrote: > >xterm -ls -geometry 80x24 -bg wheat -fg black -sl 1 +sb & Max Nikulin wrote: > Options may be put into ~/.Xresources > xterm*vt100.saveLines: 1 > xterm*VT100.background: wheat > xterm*VT100.foreground: black I have it in ~/.fvwm2rc as: *FvwmButtons xterm_ts5 linuxter

normally start new xterms [was: Re: smartctl cannot access my storage, need syntax help]

2024-01-18 Thread Max Nikulin
On 18/01/2024 04:20, Thomas Schmitt wrote: I normally start new xterms by xterm -ls -geometry 80x24 -bg wheat -fg black -sl 1 +sb & Options may be put into ~/.Xresources xterm*vt100.saveLines: 1 xterm*VT100.background: wheat xterm*VT100.foreground: black ! etc Use xrdb to m