[wiki] [sites] Adding dwm FAQ entry on rules. || Christoph Lohmann
changeset: 874:08ae99fea9d5
tag: tip
user: Christoph Lohmann <20h_AT_r-36.net>
date: Sun Mar 04 12:34:33 2012 +0100
files: dwm.suckless.org/faq.md
description:
Adding dwm FAQ entry on rules.
diff -r fe6c67cb5e03 -r 08ae99fea9d5 dwm.suckless.org/faq.md
--- a/dwm.suckless.org/faq.md Wed Feb 29 21:00:31 2012 +0100
+++ b/dwm.suckless.org/faq.md Sun Mar 04 12:34:33 2012 +0100
_AT_@ -13,3 +13,11 @@
config.h to turn resizehints off. This wastes the same amount of space
inside the terminal window that would otherwise be wasted outside.
+ Q: How do I find out the values of the rules[] array in config.h?
+
+ A: The class, instance and title properties of an X11 window can be
+ found out by issuring xprop(1). The corresponding values are:
+
+ WM_CLASS(STRING) = instance, class
+ WM_NAME(STRING) = title
+
Received on Sun Mar 04 2012 - 12:34:35 CET
This archive was generated by hypermail 2.3.0
: Thu Sep 13 2012 - 19:32:09 CEST