lpoptions, default printing options for *nix (with cups)
The default command to send printing jobs under linux is "lpr", and all the commands that comes with it.
To configure some options by default, for example for my office computer, I have to set them in the file : ~/.cups/lpoptions. This is what I have :
Default The_Printer_Name Binding=LeftBinding KMDuplex=Double StapleOption=1StapleLeft StapleSet=TrueThis will hence configure those option by default.
- Binding : by default, put the binding ("reliure" (fr) ) on the left
- KMDuplex : by default, print in duplex mode ("recto-verso" (fr)).
- StapleOption : by default, staple once, on the left corner
- StapleSet : by default, staple all documents.