From 2e09a4c4a98dfc247d471b04212fdcc5cd972055 Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Tue, 5 Jan 2021 19:43:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3374da..7fb71f5 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ the switcher window somehow. ### Config files SwaySwitch uses two configuration files, one is supplied with the package and is installed to /etc/sway/config.d/swayswitch.conf. It contains default keybindings for Sway. -The other on is optionally supplied by the user as $HOME/.local/swayswitch/config in toml format. +The other one is optionally supplied by the user as $HOME/.local/swayswitch/config in toml format. Possible options are: ``` label_len = 20 icon_size = 128 ``` -The example above is the default options. ```label_len``` is the total length of the text label above buttons and ```icon_size``` is the size of the icons in pixels. +The example above is the default options. ```label_len``` is the total length of the text label above buttons in number of characters and ```icon_size``` is the size of the icons in pixels. ## Thanks Thanks to tobiaspc for the startingpoint for this code: