| Author |
Message |
mike

Joined: 13 Aug 2005 Posts: 75 Location: Bowser
|
Posted: Sat 20 Aug 2005, 20:50 Post subject:
How do launch aterm fullscreen (solved, more or less) |
|
Hi there, could someone please tell me how I could launch aterm fullscreen?
Thanks in advance...
Last edited by mike on Sun 21 Aug 2005, 00:28; edited 1 time in total
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Sat 20 Aug 2005, 21:45 Post subject:
|
|
i don't think there is a fullscreen option
but you can use the -geometry option with most programs ... for example:
aterm -geometry 1024x700
icewm will automatically resize the window to fill the screen (maximize) if you specify a -geometry size larger than the screen res
|
|
Back to top
|
|
 |
mike

Joined: 13 Aug 2005 Posts: 75 Location: Bowser
|
Posted: Sat 20 Aug 2005, 21:55 Post subject:
|
|
Thank you Guesttoo.
It's bizarre though, because after experimenting for a while with your suggestion, this code seems to be the closest I can get to aterm being fullcsreen (my screen res. is 1024x768)...
| Code: | | aterm -geometry 143x51 |
...which seems strange, as that doesn't seem to be the amount of pixels...
Oh well, it works for my purposes. Thanks again G2
|
|
Back to top
|
|
 |
doopdoop
Joined: 28 Jul 2005 Posts: 48 Location: Magdeburg, Germany
|
Posted: Sat 20 Aug 2005, 22:19 Post subject:
|
|
-geometry takes either pixel or character size, depending on the application. Terminal emulators usually use the second choice.
|
|
Back to top
|
|
 |
mike

Joined: 13 Aug 2005 Posts: 75 Location: Bowser
|
Posted: Sat 20 Aug 2005, 22:25 Post subject:
|
|
| Quote: | | -geometry takes either pixel or character size |
Aaaah, I see.
Thank you for the clarification, doopdoop.
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Sun 21 Aug 2005, 00:23 Post subject:
|
|
If you are using IceWM you just press Alt-F11 and it goes full screen. You can do this with any window that can be resized. Alt-F11 restores it back.
|
|
Back to top
|
|
 |
|