diff options
author | julian T <julian@jtle.dk> | 2019-01-28 12:44:23 +0100 |
---|---|---|
committer | julian T <julian@jtle.dk> | 2019-01-28 12:44:23 +0100 |
commit | af0b57624e38f062c2ad3df4d7dfae37c166c5f1 (patch) | |
tree | 995e00538c364959a4eaef75468c857bb6beddf9 /config.h | |
parent | e86ae2d98be5c91aa31905fdbbd3de1472c3cbc5 (diff) |
Removed bstack
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 */ |