diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-15 20:45:57 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-15 20:45:57 +0000 |
commit | 04b2675221972f2a3cf6d1c402f49406f16c6c25 (patch) | |
tree | b296711e1a97ffac36676b5febf7ed445798ab06 /.gotty | |
parent | left-over (diff) | |
download | scripts-04b2675221972f2a3cf6d1c402f49406f16c6c25.tar.gz scripts-04b2675221972f2a3cf6d1c402f49406f16c6c25.zip |
haproxy,jabber,bitlbee
Diffstat (limited to '')
-rw-r--r-- | .gotty | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -186,7 +186,7 @@ preferences { // True if we should use bold weight font for text with the bold/bright attribute. // False to use the normal weight font. // Null to autodetect. - enable_bold = false + enable_bold = true // [bool] True if we should use bright colors (8-15 on a 16 color palette) for any text with the bold attribute. // False otherwise. @@ -211,7 +211,7 @@ preferences { // font_size = 15 // [string] CSS font-smoothing property. - // font_smoothing = "antialiased" + font_smoothing = "antialiased" // [string] The foreground color for text with no other color attributes. // foreground_color = "rgb(240, 240, 240)" @@ -288,7 +288,7 @@ preferences { // scroll_on_output = false // [bool] The vertical scrollbar mode. - scrollbar_visible = true + // scrollbar_visible = true // [int] The multiplier for the pixel delta in mousewheel event caused by the scroll wheel. Alters how fast the page scrolls. // scroll_wheel_move_multiplier = 1 |