summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2022-05-15 14:55:53 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2022-05-15 14:55:53 -0400
commit23af6b19f92ee9c429a902b6d7e010a9f35854c9 (patch)
tree23f36661c5892545398b573a9aafe22eb1e603c0
parent4146ac8b5985e74d276704010f68eda4b7a55c1a (diff)
parentf3edfd25e7c5cf42cdb5ab6b4bb3fce6b98daec1 (diff)
Merge branch 'battlestation' into workstation
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 73c19a5..922ba20 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,13 +1,13 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const unsigned int borderpx = 0; /* border pixel of windows */
+static const unsigned int borderpx = 1; /* 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 */
static const int topbar = 1; /* 0 means bottom bar */
-static const int user_bh = 26; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
-static const char *fonts[] = { "monospace:size=13" };
+static const int user_bh = 0; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
+static const char *fonts[] = { "monospace:size=22" };
static const char norm_fg[] = "#447a6c";
static const char norm_bg[] = "#1b1d1b";
static const char sel_fg[] = "#1b1d1b";
@@ -51,7 +51,7 @@ static const int mainmon = 0; /* xsetroot will only change the bar on this monit
static const int lpm[] = {
/* Index of preferred layout], if LENGTH(lpm)<#monitors -> default layout */
- 0, 2
+ 0, 4
};
static const Layout layouts[] = {