From dec15a3e27e1f5691044a55c3e0aa4cda3da69dc Mon Sep 17 00:00:00 2001 From: Mouad Alami Date: Tue, 5 Dec 2023 13:03:56 +0100 Subject: bind zoom to workspace 1 --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 905ba29..2835739 100644 --- a/config.h +++ b/config.h @@ -46,6 +46,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ + { "zoom", NULL, NULL, 1 << 0, 0, -1 }, { "Gimp", NULL, NULL, 1 << 5, 1, -1 }, { "discord", NULL, NULL, 1 << 3, 0, -1 }, { "steam", NULL, NULL, 1 << 4, 0, -1 }, -- cgit v1.2.3