Ah, thank you. I'd like to request better documentation, then - the st man
page states that the -c switch "defines the window class", but this class
doesn't match up with dwm's rules class parameter.
In dwm's config.h, I added a rule to place windows of a certain class to a
certain tag. However, windows apparently have two classes, and this rule
only works if it specifies the second class. I'd like to request that dwm
check both classes, since the program I was writing the rule for, st, only
ch
Hello,
While reading surf.c, I noticed the line `s = webkit_get_default_session();`
occurs twice in the same function, with nothing relevant happening in
between. This patch removes the first occurrence.
$ hg diff
diff -r 2533f186089d surf.c
--- a/surf.cThu Mar 31 12:52:35 2011 +0200
+++ b/su