Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #30167
| From | Jack Strangio <jackstrangio@yahoo.com> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: MX Linux terminal placement |
| Date | 2020-06-22 01:36 +0000 |
| Organization | North Star Horizon Builders Club |
| Message-ID | <qCB0FD.G3qL@yahoo.com> (permalink) |
| References | <20200615173820.0a596c97@mx> |
Johnny <johnny@invalid.net> writes:
> On Mon, 15 Jun 2020 18:32 -0400
> > 18:31 $ terminal --geometry +100+100
> >
>
> I found the man page. It's man xfce4-terminal. Thanks, I'll work on
> it.
>
If you're launching the xterm/terminal from an icon, make your changes to
icon's properties. Generally a right-click on the icon will show a menu
item called 'properties'. Or maybe even a set of text fields, one of
which might be 'Command' showing the actual command that the icon uses
when it launches the program. Put your CLI arguments there.
I tend to use a script to launch a program. A script can be made as long or
as short as needed. I put the script name and path in the 'Command' field.
This the script that launches my xterm, with the very imaginative name of
'xtermj':
================================
#!/bin/bash
# jvs script
# opens normal user xterm with black on white background
#2005
xhost + localhost >/dev/null
xterm -sb -rightbar -sl 8000 -fg black \
-geom 115x58 -bg white &
================================
I use only the 'size' part of the -geom argument, but you could add the
window-open position there as well.
Jack
--
"It's rather cold." she said bitchily.
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
MX Linux terminal placement Johnny <johnny@invalid.net> - 2020-06-15 16:39 -0500
Re: MX Linux terminal placement Rich <rich@example.invalid> - 2020-06-15 21:48 +0000
Re: MX Linux terminal placement Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2020-06-15 18:01 -0400
Re: MX Linux terminal placement Johnny <johnny@invalid.net> - 2020-06-15 17:22 -0500
Re: MX Linux terminal placement Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2020-06-15 18:32 -0400
Re: MX Linux terminal placement Johnny <johnny@invalid.net> - 2020-06-15 17:38 -0500
Re: MX Linux terminal placement Jack Strangio <jackstrangio@yahoo.com> - 2020-06-22 01:36 +0000
Re: MX Linux terminal placement Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2020-06-15 18:39 -0400
Re: MX Linux terminal placement Johnny <johnny@invalid.net> - 2020-06-15 17:56 -0500
Re: MX Linux terminal placement Johnny <johnny@invalid.net> - 2020-06-15 17:18 -0500
Re: MX Linux terminal placement Johnny <johnny@invalid.net> - 2020-06-16 03:36 -0500
Re: MX Linux terminal placement Stéphane CARPENTIER <sc@fiat-linux.fr> - 2020-06-15 22:12 +0000
Re: MX Linux terminal placement Robert Riches <spamtrap42@jacob21819.net> - 2020-06-16 03:29 +0000
Re: MX Linux terminal placement Stéphane CARPENTIER <sc@fiat-linux.fr> - 2020-06-16 11:01 +0000
Re: MX Linux terminal placement The Natural Philosopher <tnp@invalid.invalid> - 2020-06-16 06:35 +0100
csiph-web