mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-31 03:54:56 +01:00
Updated print command
This commit is contained in:
parent
3adbf50ff7
commit
c8ba4b23a1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ static const char DEFAULT_TEXT[] = "[No Name]";
|
|||
|
||||
/* printing */
|
||||
#define LIST_PRINTER_COMMAND "lpstat -v | sed -n '/^.*device for \\(.*\\): .*$/s//\\1/p'"
|
||||
#define PRINT_COMMAND "lp -d '%s' -p %s %s" /* printer / pages / file */
|
||||
#define PRINT_COMMAND "lp -d '%s' -p %s '%s'" /* printer / pages / file */
|
||||
|
||||
/* additional settings */
|
||||
#define SHOW_SCROLLBARS 0
|
||||
|
|
Loading…
Reference in a new issue