On Mon, Mar 20, 2017 at 11:02:11AM +0000 I heard the voice of Yumekui Neru, and lo! it spake thus: > > I have both names in NoBorder and NoTitle, though, and one of them > is at least successfully matched, the window starting without border > and title. > > Is the matching for StartIconified different? I have not had luck > adding a new entry with escaped parentheses.
It's possible a MWM or EWMH property might be leading to the lack of decorations, so that may be unrelated to the NoBorder/NoTitle specs. You could try commenting them out to check. Note that you probably need a doubled up \\ for the escaping, since the parsing of double-quoted strings in config parsing has various \-escapes that get eaten before the result gets stored in the list for lookups. -- Matthew Fuller (MF4839) | [email protected] Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
