mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-07 14:26:00 +01:00
Updated print command
This commit is contained in:
parent
66ebc2e198
commit
fa8818bb0f
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue