block cursor, disable size_hints since they break the size
This commit is contained in:
parent
21fcb05a2e
commit
30c54fd604
1 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@ scrollback_lines = 1000
|
||||||
search_wrap = true
|
search_wrap = true
|
||||||
icon_name = terminal
|
icon_name = terminal
|
||||||
cursor_blink = off
|
cursor_blink = off
|
||||||
cursor_shape = underline
|
cursor_shape = block
|
||||||
browser = firefox
|
browser = firefox
|
||||||
size_hints = true
|
size_hints = false
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
cursor = #fdf6e3
|
#cursor = #fdf6e3
|
||||||
foreground = #839496
|
foreground = #839496
|
||||||
foreground_bold = #fdf6e3
|
foreground_bold = #fdf6e3
|
||||||
background = rgba(0, 20, 26, 0.9)
|
background = rgba(0, 20, 26, 0.9)
|
||||||
|
|
Loading…
Reference in a new issue