termite.cfg: cleanup
This commit is contained in:
parent
a255895b45
commit
72f504deaa
10
termite.cfg
10
termite.cfg
|
@ -17,14 +17,14 @@ search_wrap = true
|
||||||
# 0.0: opaque, 1.0: transparent
|
# 0.0: opaque, 1.0: transparent
|
||||||
transparency = 0.0
|
transparency = 0.0
|
||||||
|
|
||||||
# SYSTEM, ON or OFF
|
# "system", "on" or "off"
|
||||||
cursor_blink = SYSTEM
|
cursor_blink = system
|
||||||
|
|
||||||
# BLOCK, UNDERLINE or IBEAM
|
# "block", "underline" or "ibeam"
|
||||||
cursor_shape = BLOCK
|
cursor_shape = block
|
||||||
|
|
||||||
# $BROWSER is used by default
|
# $BROWSER is used by default
|
||||||
#browser = /usr/bin/firefox
|
#browser = firefox
|
||||||
|
|
||||||
# termite has the correct terminfo, but some applications hardcode TERM checks
|
# termite has the correct terminfo, but some applications hardcode TERM checks
|
||||||
#term = termite
|
#term = termite
|
||||||
|
|
Loading…
Reference in New Issue