From ead340a66039096c7b4bf12dcd65e189769c6653 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Mon, 18 Oct 2021 17:51:11 -0700 Subject: feat(rc): job control prototype working for basic commands --- sys/cmd/dwm/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/cmd/dwm/config.h') diff --git a/sys/cmd/dwm/config.h b/sys/cmd/dwm/config.h index ebf7b89..a24bcc7 100644 --- a/sys/cmd/dwm/config.h +++ b/sys/cmd/dwm/config.h @@ -32,6 +32,7 @@ static Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ { "Gimp", nil, nil, 0, 1, 0, 0, -1 }, { "Inkscape", nil, nil, 0, 1, 0, 0, -1 }, + { "zoom", nil, nil, 0, 1, 0, 0, -1 }, { "qutebrowser", nil, nil, 0, 0, 0, 0, -1 }, { "term-256color", nil, nil, 0, 0, 1, -1, -1 }, }; -- cgit v1.2.1