From 459ac915052334cf835db3b77811b4cc5d362139 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 14 Nov 2021 20:40:01 +0100 Subject: [PATCH] README.md (enable gaps) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8700518..ac103de 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,16 @@ dotfiles - My tiling i3 WM Configuration (for Devuan/Debian) exec --no-startup-id "sleep 3 && nitrogen --set-centered ~/wallpapers/abstract.png" ```` + * **`Enable Gaps:`** + + * My config work on vanilla i3wm and gaps are disabled. + * You can enable it editing 2 lines on file `~/.config/i3/config` and pressing `Win+Shift+r`: + + ```shell + #gaps inner 6 + #gaps outer 2 + ```` + * **`Battery Indicator:`** * By default, the battery indicator is disabled on i3blocks top bar.