From af0b57624e38f062c2ad3df4d7dfae37c166c5f1 Mon Sep 17 00:00:00 2001 From: julian T Date: Mon, 28 Jan 2019 12:44:23 +0100 Subject: Removed bstack --- config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.h') 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 -#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 */ -- cgit v1.2.3