Tips & Tricks: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
==Make Nautilus (file manager) behave like a browser== | ==Make Nautilus (file manager) behave like a browser== | ||
Nautilus is the default file manager on the lab computers. You have likely noticed that, with the default settings, it spawns a new windows each time you open a folder. If you find this annoying, you can change its behavior with the following steps: | |||
*Open the preferences dialogue (<b>Edit->Preferences</b>) | |||
*Click on the <b>behavior</b> tab | |||
*Tick the <i>always open in browser windows</i> option | |||
==Save operating point information over a DC sweep== | ==Save operating point information over a DC sweep== |
Revision as of 02:49, 9 January 2010
Set # of sig figs on schematic annotation
Sometimes the number of significant figures on schematic annotations (node voltages, for example) is very high and it becomes difficult to read. To fix this, type the following into the icfb window:
envSetVal("auCore.misc" "labelDigits" 'int 5)
Change the number 5 to your desired number of sig figs. To make this change permanent, add the line to your ~/.cdsenv file.
Disable "What's New" Window
Make Nautilus (file manager) behave like a browser
Nautilus is the default file manager on the lab computers. You have likely noticed that, with the default settings, it spawns a new windows each time you open a folder. If you find this annoying, you can change its behavior with the following steps:
- Open the preferences dialogue (Edit->Preferences)
- Click on the behavior tab
- Tick the always open in browser windows option