From ac774a2d750c1774a1e68cf4c908ee47ba08f3c0 Mon Sep 17 00:00:00 2001 From: Ronald Regan <1985ronald@tutanota.com> Date: Sun, 19 Jul 2020 23:10:01 +0100 Subject: [PATCH] Changed some keybindings and also changed some apps that those keybinds launch --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index cba5c52..80b04dd 100644 --- a/config.h +++ b/config.h @@ -26,7 +26,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Nextcloud", NULL, NULL, 1 << 8, 1, -1 }, { "Mullvad VPN", NULL, NULL, 1 << 8, 1, -1 }, - { "st", "floating", NULL, 1, 1, -1 }, + { "st", "floating", NULL, NULL, 1, -1 }, };