Difference between revisions of "Stjerm"
(flag as stub; fix header levels; install from AUR rather than manually) |
Thestinger (talk | contribs) (→Configuration) |
||
Line 15: | Line 15: | ||
stjerm.foreground: #66ff11 | stjerm.foreground: #66ff11 | ||
− | For a complete list of options, see the ConfigurationOptions [http://code.google.com/p/stjerm-terminal-emulator/wiki/ConfigurationOptions/ wiki page]. | + | For a complete list of options, see the ConfigurationOptions [http://code.google.com/p/stjerm-terminal-emulator/wiki/ConfigurationOptions/ wiki page]{{Linkrot|2011|09|04}}. |
==More Resources== | ==More Resources== | ||
* [http://code.google.com/p/stjerm-terminal-emulator/ Stjerm Homepage] | * [http://code.google.com/p/stjerm-terminal-emulator/ Stjerm Homepage] |
Revision as of 00:47, 5 September 2011
Taken from the Stjerm page:
Stjerm is a GTK+-based drop-down terminal emulator similar to the consoles used in PC games such as Quake and Half-Life 2. Stjerm sets itself apart from similar programs by providing a minimalistic interface combined with a small file size, lightweight memory usage and easy integration with composite window managers such as Compiz.
Installation
Stjerm is available in the AUR: Template:Package AUR
Configuration
Stjerm can be configured via the terminal or through the .Xdefaults file located in your home directory. For example, to run stjerm with F12 as shortcut key, the opacity of 60 and a green foreground color, use:
stjerm -k f12 -o 60 -fg 66ff11
To specify the same options in the .Xdefaults file:
stjerm.key: f12 stjerm.opacity: 60 stjerm.foreground: #66ff11
For a complete list of options, see the ConfigurationOptions wiki pageTemplate:Linkrot.