diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2023-12-09 23:26:16 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2023-12-09 23:26:16 +0300 |
commit | 7e86db99b40aa92b290b106a4875b5cc25c2a8e3 (patch) | |
tree | 39fb4139490cb87cbe8e2538001ff4aa34dc5c02 /.config/sakura/sakura.conf | |
parent | d2193c1bd22ba52fc4784eb271b40d71cb140738 (diff) |
Fixed typoo in common.luad (mappings -> mapping)
Diffstat (limited to '.config/sakura/sakura.conf')
-rw-r--r-- | .config/sakura/sakura.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sakura/sakura.conf b/.config/sakura/sakura.conf index 65dfb05..caeaa49 100644 --- a/.config/sakura/sakura.conf +++ b/.config/sakura/sakura.conf @@ -32,10 +32,10 @@ colorset6_key=F6 last_colorset=1 bold_is_bright=false scroll_lines=4096 -font=OverpassM Nerd Font 11 +font=OverpassM Nerd Font 12 show_tab_bar=multiple scrollbar=false -closebutton=true +closebutton=false tabs_on_bottom=false less_questions=false copy_on_select=false |