commit eee64c2a746529dff549f2406394094ec459be07 parent 6d3bf76cc5450c408334d026ce3f5f59deabcb8f Author: Christoph Lohmann <20h@r-36.net> Date: Sun, 4 Mar 2012 12:34:33 +0100 Adding dwm FAQ entry on rules. Diffstat:
M | dwm.suckless.org/faq.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/dwm.suckless.org/faq.md b/dwm.suckless.org/faq.md @@ -13,3 +13,11 @@ dwm - Frequently asked questions 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 +