From 29a7ae2ee38293e3bf7cae3211572f896a1661e6 Mon Sep 17 00:00:00 2001 From: Darrin Chandler Date: Sun, 13 Sep 2009 20:48:53 +0000 Subject: [PATCH] fix conf xterm quirk to use an actually defined quirk name --- scrotwm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrotwm.conf b/scrotwm.conf index 0b2a8f2..f90740b 100644 --- a/scrotwm.conf +++ b/scrotwm.conf @@ -100,7 +100,7 @@ dialog_ratio = 0.6 #quirk[Firefox-bin:firefox-bin] = TRANSSZ #quirk[Firefox:Dialog] = FLOAT #quirk[Gimp:gimp] = FLOAT + ANYWHERE -#quirk[XTerm:xterm] = XTERM + FONTADJ +#quirk[XTerm:xterm] = XTERM_FONTADJ #quirk[xine:Xine Window] = FLOAT + ANYWHERE #quirk[Xitk:Xitk Combo] = FLOAT + ANYWHERE #quirk[xine:xine Panel] = FLOAT + ANYWHERE -- 1.7.10.4