Update 2025-01-19

This commit is contained in:
2025-01-19 21:22:23 +02:00
parent e4d7977be1
commit ff0f2da5d2
27 changed files with 2 additions and 5 deletions

View File

@@ -1 +0,0 @@
/home/kristofers/Nextcloud/repos/solorice/config/yazi/plugins/archive.yazi/init.lua

View File

@@ -1 +0,0 @@
/home/kristofers/Nextcloud/repos/solorice/config/yazi/plugins/mediainfo.yazi/init.lua

View File

@@ -1 +0,0 @@
/home/kristofers/Nextcloud/repos/solorice/config/yazi/plugins/starship.yazi/init.lua

View File

@@ -95,9 +95,9 @@ previewers = [
{mime = "image/vnd.djvu", run = "noop"},
{mime = "image/*", run = "image"},
# Video
{mime = "video/*", run = "video"},
# {mime = "video/*", run = "video"},
# PDF
{mime = "application/pdf", run = "pdf"},
# {mime = "application/pdf", run = "pdf"},
# Fallback
{name = "*", run = "file"},
]