Skip to content

Instantly share code, notes, and snippets.

@Airblader
Created March 14, 2016 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Airblader/357f2c2d0c8b1ede639c to your computer and use it in GitHub Desktop.
Save Airblader/357f2c2d0c8b1ede639c to your computer and use it in GitHub Desktop.
Outer gaps without inner gaps
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