This commit is contained in:
Miguel Palhas
2025-11-24 15:44:00 +00:00
parent 265d97cecc
commit 346d407744
5 changed files with 32 additions and 11 deletions
+6 -2
View File
@@ -1,9 +1,13 @@
[mgr]
ratio = [1, 3, 4]
linemode = "size_and_mtime"
[preview]
image_quality = 80
[opener]
pdf = [{ run = 'tdf "$@"', block = true }]
edit = [{ run = '$EDITOR "$@"', block = true }]
edit = [{ run = 'nvim "$@"', block = true }]
[open]
rules = [{ mime = "application/pdf", use = "tdf" }]
prepend_rules = [{ mime = "application/pdf", use = "pdf" }]