summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2022-03-28 12:01:35 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2022-03-28 12:01:35 -0400
commitdaef611d8f73a58c97e4bf39bf2b250eec81b029 (patch)
tree7331edda3e58a55894b1b05a3fb69bdab74b84a3
parentf3edfd25e7c5cf42cdb5ab6b4bb3fce6b98daec1 (diff)
Flashfocus negates the need for borders
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 220e00e..609d3d3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const unsigned int borderpx = 1; /* border pixel of windows */
+static const unsigned int borderpx = 0; /* border pixel of windows */
static const unsigned int gappx = 5; /* gaps between windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
@@ -50,7 +50,7 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win
static const int lpm[] = {
/* Index of preferred layout], if LENGTH(lpm)<#monitors -> default layout */
- 0, 4
+ 4, 0
};
static const Layout layouts[] = {