From 994bc64679a36d52e3bc0bab8d2b6042a4e12cd0 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 7 Oct 2023 17:45:55 +0400 Subject: Add gaps setting The past few refactors have led up to this point, and now it's finally possible. --- resources/default-config.kdl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 926d0def..7282faf6 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -106,6 +106,9 @@ preset-column-widths { // fixed 1920 } +// Set gaps around windows in logical pixels. +gaps 16 + binds { // Keys consist of modifiers separated by + signs, followed by an XKB key name // in the end. To find an XKB name for a particular key, you may use a program -- cgit