linuxmint / xreader

A generic Document Reader
GNU General Public License v2.0
211 stars 59 forks source link

Make History unlimited #604

Open DanRRRR opened 1 year ago

DanRRRR commented 1 year ago

Please make Settings where we can set the maximum number of previously opened PDFs. I would set it 1000 like LInux history. Do you think Linux was dumb making 1000 previous command saved in History? That was the most wise settings

 * Xreader version (xreader --version)
 * Distribution - (Mint 17.2, Arch, Fedora 25, etc...)

Issue

Steps to reproduce

Expected behaviour

Other information

bttrx commented 6 months ago

Maybe worth a try:

  1. In folder ~/.config/gtk-3.0/ open file settings.ini or create new.
  2. Add these lines:
    [Settings]
    gtk-recent-files-limit=1000
    gtk-recent-files-max-age=-1

But I don't recommend this for performance reasons.