[Github-comments] [geany/geany] Add option to not apply color scheme when printing (#617)

Daniel Oakey notifications at xxxxx
Tue Feb 20 04:15:26 UTC 2018


I was having this trouble today and found one potential solution is to use an external command for printing. Go to `Edit > Preferences > Printing` to enable it. This is the command I use:

`lpr -P Brother_PJ-723 -o media=Letter -o  cpi=12 -o lpi=7 %f`

See [lpr](http://man7.org/linux/man-pages/man1/lpr.1.html) for more info on how to use it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/617#issuecomment-366862421
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180220/a108fdc3/attachment.html>


More information about the Github-comments mailing list