Created
March 14, 2016 13:57
-
-
Save Airblader/357f2c2d0c8b1ede639c to your computer and use it in GitHub Desktop.
Outer gaps without inner gaps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/con.c b/src/con.c | |
index aefdcad..bcae637 100644 | |
--- a/src/con.c | |
+++ b/src/con.c | |
@@ -2048,7 +2048,7 @@ gaps_t calculate_effective_gaps(Con *con) { | |
.outer = workspace->gaps.outer + config.gaps.outer}; | |
/* Outer gaps are added on top of inner gaps. */ | |
- gaps.outer += 2 * gaps.inner; | |
+ // gaps.outer += 2 * gaps.inner; | |
return gaps; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment