From fa8818bb0f3ce1e327475737cd6bdb72d2eddd36 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Wed, 7 Jul 2010 18:44:37 +0200 Subject: [PATCH] Updated print command --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index d4d8838..17af218 100644 --- a/config.def.h +++ b/config.def.h @@ -51,7 +51,7 @@ char* default_text = "[No Name]"; /* printing */ char* list_printer_command = "lpstat -v | sed -n '/^.*device for \\(.*\\): .*$/s//\\1/p'"; -char* print_command = "lp -d '%s' -P %s '%s' %s"; /* printer / pages / file */ +char* print_command = "lp -d '%s' -P %s %s '%s'"; /* printer / pages / file */ /* open uri */ char* uri_command = "firefox '%s'"; /* uri */