Skip to content

Instantly share code, notes, and snippets.

@jelly
Created September 9, 2012 16:02
Show Gist options
  • Save jelly/3685273 to your computer and use it in GitHub Desktop.
Save jelly/3685273 to your computer and use it in GitHub Desktop.
Termite man page
.\" Process this file with
.\" groff -man -Tascii termite.5
.\"
.TH termite(5)
.SH NAME
termite \- a simple VTE-based terminal.
.SH SYNOPSIS
.B termite [-v] [-r role] [--geometry geometry] [-e command] [--display xdisplay]
.I config-file
.B ]
.SH DESCRIPTION
.B termite
is a simple VTE-based terminal with copy and paste to CLIPBOARD features. A command mode with (url) search options, visual block mode.
.SH OPTIONS
The appearance and behaviour of termite may be modified by changing the value of various options.
The following options can be modified in the configuration file under options:
.IP resize-grip
an option
.IP scrol_on_output
.IP scroll_on_keystroke
.IP audible_bell
.IP visible_bell
.IP mouse_autohide
Auto hide the mouse false or true
.IP allow_bold
allow bold fonts
.IP dynamic_title
.IP urgent_on_bell
.IP clickable_url
.IP font
.IP scrollback_lines
.IP search_wrap
.IP transparency
the transparency level, 0.0 opaque, 1.0 transparant
.IP cursor_blink
.IP cursor_shape
.SH FILES
.I $XDG_CONFIG_HOME/termite.cfg (or ~/.config/termite.cfg if unset)
.RS
User configuration file.
.RE
.SH ENVIRONMENT
.IP $BROWSER
termite uses the $BROWSER ENV to determine the default webbrowser
.SH EXAMPLES
.SH DIAGNOSTICS
.SH BUGS
.SH AUTHOR
Jelle van der Waa <jelle@vdwaa.nl>
.SH "SEE ALSO"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment