From 27e95ed9e256383c06b8a99b4256bbe1c10820e5 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 12 Jun 2019 09:32:36 +0100 Subject: [PATCH] Makes terminal swallow applications opened from it --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 9bc64e6..1a660ed 100644 --- a/config.def.h +++ b/config.def.h @@ -32,7 +32,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ { "Gimp", NULL, NULL, 0, 0, 0, 0, -1 }, //{ "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1 }, - { "st", NULL, NULL, 0, 0, 1, 1, -1 }, + { "xterm-256color", NULL, NULL, 0, 0, 1, 1, -1 }, }; /* layout(s) */