Remove geometry option from config and man pages
This commit is contained in:
parent
8f6ce5239f
commit
b019a80b7c
1
config
1
config
|
@ -5,7 +5,6 @@
|
|||
#dynamic_title = true
|
||||
font = Monospace 9
|
||||
#fullscreen = true
|
||||
#geometry = 640x480
|
||||
#icon_name = terminal
|
||||
#mouse_autohide = false
|
||||
#scroll_on_output = false
|
||||
|
|
|
@ -23,8 +23,6 @@ Set the termite window's title to \fITITLE\fP. This disables dynamic
|
|||
titles.
|
||||
.IP "\fB\-d\fR, \fB\-\-directory\fR\fB=\fR\fIDIRECTORY\fR"
|
||||
Tell termite to change to \fIDIRECTORY\fP when launching.
|
||||
.IP "\fB\-\-geometry\fR\fB=\fR\fIGEOMETRY\fR"
|
||||
Override the window geometry in pixels.
|
||||
.IP "\fB\-\-icon\fR\f8=\fR\fIICON\fR"
|
||||
Override the window icon name.
|
||||
.IP "\fB\-\-hold\fR"
|
||||
|
|
|
@ -37,8 +37,6 @@ Whether to hide url hints not matching input in url hints mode.
|
|||
The font description for the terminal's font.
|
||||
.IP \fIfullscreen\fR
|
||||
Enables entering fullscreen mode by pressing F11.
|
||||
.IP \fIgeometry\fR
|
||||
The default window geometry for new terminal windows.
|
||||
.IP \fIicon_name\fR
|
||||
The name of the icon to be used for the terminal process.
|
||||
.IP \fImodify_other_keys\fR
|
||||
|
|
Loading…
Reference in New Issue