diff options
| -rw-r--r-- | resources/default-config.kdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index fde607f4..19d69d4b 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -117,9 +117,9 @@ layout { // Proportion sets the width as a fraction of the output width, taking gaps into account. // For example, you can perfectly fit four windows sized "proportion 0.25" on an output. // The default preset widths are 1/3, 1/2 and 2/3 of the output. - proportion 0.333 + proportion 0.33333 proportion 0.5 - proportion 0.667 + proportion 0.66667 // Fixed sets the width in logical pixels exactly. // fixed 1920 |
