Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Make utility Terminal windows less intrusive UNIX
This falls into a "nitpicky" category. As someone who enjoys the extreme customization ability of X11's (e.g. XFree86) ATerm program, but hates the holdbacks that go along with using X11, I am always looking for ways to make Terminal behave more like ATerm.

One of the things I like to do is to see a couple of my log files all of the time. With ATerm, I can make a 100x8 character window, remove the scroolbars, titlebar, and resize handles, turn it 60% transparent, and put it in a corner. Good stuff.

In Terminal, you can't get quite that handy, but you can get close. Read the rest of the article for some settings to make "utility" terminal windows less intrusive...

Add the following elements to a saved terminal window (*.term):
  <key>WinLocX</key>
<string>0</string>
<key>WinLocY</key>
<string>0</string>
<key>WinLocULY</key>
<string>130</string>
<key>TerminalOpaqueness</key>
<real>5.000000e-01</real>
<key>Scrollback</key>
<string>NO</string>
<key>Rows</key>
<string>8</string>
<key>Columns</key>
<string>100</string>
This will give you a 100x8, 50% transparent window with no scrollbar in the bottom left corner of your screen. This may not be where you like, but you can change the position by changing WinLocX and WinLocY. The scrollbar is clutter for this purpose, and you can still scroll up or down with the pageup/dn keys.

WinLocULY is the odd bit here - it basically sets an offset on the Y axis (vertical) that is the height of the window. 130 is the height of 8 rows plus titlebar with Monaco 9pt. YMMV.

Geek away. And if you figure out a way to get rid of the titlebar, too, let me know!
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[8,728 views]  

Make utility Terminal windows less intrusive | 7 comments | Create New Account
Click here to return to the 'Make utility Terminal windows less intrusive' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Desktop Console
Authored by: Hes Nikke on Sun, Feb 24 2002 at 9:00PM PST
i just use Desktop Console, it is a 100% transparent window with 100% opaque text that is always the back most window. i have it showing my system log, my web log, and my web errors log on my server, and on my TiBook, i have it showing my system log :D the one thing that i find anoying is that it sometimes crashes on quit.

[ Reply to This | # ]
Desktop Console
Authored by: dschep on Sun, Mar 3 2002 at 8:35PM PST
Mine always crashes on Quit

[ Reply to This | # ]
Oh yeah...
Authored by: sharumpe on Mon, Feb 25 2002 at 6:53PM PST
I had a question as to what I was using to view the log file. The command is:
tail -f /path/to/logfile
The '-f' option makes tail 'follow' the file - it will show new lines as they are added to the file. Very handy for keeping track of things like logfiles. Mr. Sharumpe

[ Reply to This | # ]
Default Window
Authored by: moonbeast on Wed, Feb 27 2002 at 4:56AM PST
How do I change the default window settings to be semi-transparent? For my saved window I made it blue then transparent to get the aqua look, but I would like the same for my default window. I looked in the prefs and it said something about /bin/tsch or something but that wasnt a terminal file so Im confused...how can i change the default?

andrew

[ Reply to This | # ]
Default Window-making
Authored by: jcd on Thu, Feb 28 2002 at 10:30PM PST
When you save your terminal window check the "Open this file when terminal starts up" checkbox. Not exactly the default window, but very similar.
-Justin

[ Reply to This | # ]
default file
Authored by: jcd on Fri, Mar 1 2002 at 11:09PM PST
OK, so I jumped the gun. In your user folder, under "Library/Preferences" the file com.apple.terminal.plist is what is called whenever a new window is opened (with the exception of startup - that can be specified in the preferences under "startup")
-Justin

[ Reply to This | # ]
Make utility Terminal windows less intrusive
Authored by: jrc on Wed, Jan 28 2004 at 2:08PM PST
And if you figure out a way to get rid of the titlebar, too, let me know!

...and PLEASE post it here! This is driving me crazy! I neeeeed to get rid of the titlebar.



[ Reply to This | # ]