Introduction
Introduction Statistics Contact Development Disclaimer Help
tapplied Gottox' applyrules() fix - dwm - [fork] customized build of dwm, the d…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 146ff227fe0d231bcfc59268364461ab8850c5fe
parent bb0a328978d0af43ecd86b61d1a351dc5d933702
Author: anselm@anselm1 <unknown>
Date: Sun, 20 Apr 2008 18:17:33 +0100
applied Gottox' applyrules() fix
Diffstat:
M dwm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -262,8 +262,8 @@ applyrules(Client *c) {
for(i = 0; i < LENGTH(rules); i++) {
r = &rules[i];
if((!r->title || strstr(c->name, r->title))
- && (!ch.res_class || !r->class || strstr(ch.res_class, r->clas…
- && (!ch.res_name || !r->instance || strstr(ch.res_name, r->ins…
+ && (!r->class || (ch.res_class && strstr(ch.res_class, r->clas…
+ && (!r->instance || (ch.res_name && strstr(ch.res_name, r->ins…
{
c->isfloating = r->isfloating;
if(r->tag) {
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.