From 78b5d0f3963d70f32e52419c7951b35c9efd6e9e Mon Sep 17 00:00:00 2001 From: MaxVerevkin <79253435110@ya.ru> Date: Sun, 21 Jun 2020 23:47:06 +0300 Subject: [PATCH] docs(readme): better styling in config section --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index edaa9f0..8b84c29 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ The file follows the GLib `conf` format. See the `man` page for details. There i The following lines can be used as swappy's default: ``` - [Default] - save_dir=$HOME/Desktop - show_panel=false - line_size=5 - text_size=20 - text_font=sans-serif +[Default] +save_dir=$HOME/Desktop +show_panel=false +line_size=5 +text_size=20 +text_font=sans-serif ``` - `save_dir` is where swappshots will be saved, can contain env variables and must exist in your filesystem