phw / peek

Simple animated GIF screen recorder with an easy to use interface
GNU General Public License v3.0
10.25k stars 319 forks source link

[Feature request] Ability to change default filename template #1190

Open nu111 opened 1 year ago

nu111 commented 1 year ago

Hi, I really love Peek and it's simplicity 🙂.

When saving a recording, by default Peek uses this filename template

Peek {day}-{month}-{year} {hour}-{minute}.{ext}

It would be nice to be able to change the default filename template.

phw commented 1 year ago

There are no plans to expose this in the UI, but it is in general already a configurable option. You can change it with e.g. dconf-editor in the path com/uploadedlobster/peek by changing the key for interface-default-file-name-format.

nu111 commented 1 year ago

Hi, thanks for your help. Sounds exactly what I am looking for, no need to complicate the UI. I have installed dconf-editor from FlatHub, also Peek is installed from FlatHub, but when I oipen dconf-editor the path com/uploadedlobster/peek does not exists. I also have searched for interface-default-file-name-format and for peek but no matches. I am not familiar with dconf-editor, what I am missing?