From 28d7db99c0bce41d8d3b2eabb4989c8e38a10922 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 10 Oct 2021 13:49:57 +0200 Subject: [PATCH] Let's try live with kitty for a bit. --- _suckless/dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index e283e7f..7490036 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -45,7 +45,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask switchtotag isfloating isterminal noswallow monitor */ - { NULL, NULL, "st", 0, 0, 0, 1, 0, -1 }, + { NULL, NULL, "kitty", 0, 0, 0, 1, 0, -1 }, { "Firefox", NULL, NULL, 2, 1, 0, 0, 0, -1 }, { "qutebrowser", NULL, NULL, 2, 1, 0, 0, 0, -1 }, { "Ferdi" , NULL, NULL, 1 << 2, 1, 0, 0, 0, -1 },