commit 5cb0f8717737e288e3192dd4f91d9c1d0eaf083b
parent eee64c2a746529dff549f2406394094ec459be07
Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 4 Mar 2012 12:37:42 +0100
Fixing typo from last dwm FAQ commit.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.suckless.org/faq.md b/dwm.suckless.org/faq.md
@@ -16,7 +16,7 @@ dwm - Frequently asked questions
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:
+ found out by issuing xprop(1). The corresponding values are:
WM_CLASS(STRING) = instance, class
WM_NAME(STRING) = title