From 13ebf171dd7c7cf3fdba6d89c184a644fc37ac38 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 7 Jun 2020 12:15:12 -0700 Subject: dwm fork working (marginally) --- sys/cmd/dwm/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/cmd/dwm/config.h') diff --git a/sys/cmd/dwm/config.h b/sys/cmd/dwm/config.h index 47ee371..2f58151 100644 --- a/sys/cmd/dwm/config.h +++ b/sys/cmd/dwm/config.h @@ -31,9 +31,9 @@ static Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "Gimp", nil, nil, 0, 1, 0, 0, -1 }, - { "qutebrowser", nil, nil, 1 << 8, 0, 0, -1, -1 }, - { "term", nil, nil, 0, 0, 0, -1, -1 }, + { "Gimp", nil, nil, 1 << 8, 1, 0, 0, -1 }, + { "qutebrowser", nil, nil, 0, 0, 0, 0, -1 }, + { "term", nil, nil, 0, 0, 0, -1, -1 }, }; /* layout(s) */ -- cgit v1.2.1