[kde-linux] kstart --alldesktops

Jerome Yuzyk jerome at supernet.ab.ca
Thu Nov 29 11:45:04 UTC 2007


On Thursday 29 November 2007 04:26, Kevin Krammer wrote:
> On Thursday 29 November 2007, Jerome Yuzyk wrote:
> > So I use
> >
> > x------------------------------------------------------------------------
> >- kstart --window 'gkrellm' --alldesktops gkrellm &
> >
> > kstart --window 'gkrellm_S-TV' --alldesktops gkrellm -f -s 192.168.0.2  
> > -P 19150 &
> >
> > kstart --window 'gkrellm_S-bss-gate' --alldesktops gkrellm -f -s
> > 192.168.0.166 -P &
> > x------------------------------------------------------------------------
> >-
> >
> > and the latter two windows are on all desktops, but the first one
> > doesn't, I think because of its "gkrellm" title. From the kstart --help
> > the --window is supposed to be a regular expression, and I guess it
> > matches the other 2 windows too. How would I make that search for only
> > the string "gkrellm"?
>
> You could try "gkrellm$"
>
> $ usually means "end of line" in regular expressions
>
> Cheers,
> Kevin

Yes, that's it! Thanks very much.



More information about the kde-linux mailing list