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
|
||||
transparency = 0.0
|
||||
|
||||
# SYSTEM, ON or OFF
|
||||
cursor_blink = SYSTEM
|
||||
# "system", "on" or "off"
|
||||
cursor_blink = system
|
||||
|
||||
# BLOCK, UNDERLINE or IBEAM
|
||||
cursor_shape = BLOCK
|
||||
# "block", "underline" or "ibeam"
|
||||
cursor_shape = block
|
||||
|
||||
# $BROWSER is used by default
|
||||
#browser = /usr/bin/firefox
|
||||
#browser = firefox
|
||||
|
||||
# termite has the correct terminfo, but some applications hardcode TERM checks
|
||||
#term = termite
|
||||
|
|
Loading…
Reference in New Issue