summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorjulian T <julian@jtle.dk>2019-01-28 12:44:23 +0100
committerjulian T <julian@jtle.dk>2019-01-28 12:44:23 +0100
commitaf0b57624e38f062c2ad3df4d7dfae37c166c5f1 (patch)
tree995e00538c364959a4eaef75468c857bb6beddf9 /config.h
parente86ae2d98be5c91aa31905fdbbd3de1472c3cbc5 (diff)
Removed bstack
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h
index 07c5ea3..732396d 100644
--- a/config.h
+++ b/config.h
@@ -1,6 +1,5 @@
/* See LICENSE file for copyright and license details. */
#include <X11/XF86keysym.h>
-#include "bstack.c"
/* appearance */
static const char *fonts[] = {
@@ -74,7 +73,6 @@ static const Layout layouts[] = {
{ "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
{ "]Z[", zen },
- { "TTT", bstack },
};
/* key definitions */