add noctalia config

This commit is contained in:
Alexander Navarro 2026-01-08 14:52:39 -03:00
parent efbbe37a30
commit 26c904b9f6
19 changed files with 967 additions and 9 deletions

View file

@ -1,6 +1,6 @@
[[plugin.deps]]
use = "yazi-rs/plugins:full-border"
rev = "1ab21d4"
rev = "68f7d48"
hash = "3996fc74044bc44144b323686f887e1"
[[plugin.deps]]
@ -10,10 +10,10 @@ hash = "68603fdd1dcaf415227e2c77a9317947"
[[plugin.deps]]
use = "yazi-rs/plugins:smart-enter"
rev = "1ab21d4"
rev = "68f7d48"
hash = "56fdabc96fc1f4d53c96eb884b02a5be"
[[flavor.deps]]
use = "yazi-rs/flavors:catppuccin-macchiato"
rev = "d3fd3a5"
hash = "e6c5beeb1da3199355734273ee452a7f"
rev = "4a1802a"
hash = "b069dba45e199684b16fa12d385642ed"

View file

@ -22,7 +22,6 @@ image_filter = "triangle"
image_quality = 75
max_height = 900
max_width = 600
sixel_fraction = 15
tab_size = 2
wrap = "no"
@ -37,7 +36,7 @@ upload_img = [{ run = 'immich upload --recursive "$@" || read -n 1 -p "press any
[open]
rules = [
# Folder
{ name = "*/", use = ["edit", "open", "reveal"] },
{ url = "*/", use = ["edit", "open", "reveal"] },
# Text
{ mime = "text/*", use = ["edit", "reveal"] },
@ -76,7 +75,7 @@ suppress_preload = false
fetchers = [
# Mimetype
{ id = "mime", name = "*", run = "mime", if = "!mime", prio = "high" },
{ id = "mime", url = "*", run = "mime", if = "!mime", prio = "high" },
]
preloaders = [
# example
@ -91,7 +90,7 @@ preloaders = [
{ mime = "application/vnd.ms-opentype", run = "font" },
]
previewers = [
{ name = "*/", run = "folder", sync = true },
{ url = "*/", run = "folder", sync = true },
# Code
{ mime = "text/*", run = "code" },
{ mime = "*/{xml,javascript,x-wine-extension-ini}", run = "code" },
@ -111,7 +110,7 @@ previewers = [
{ mime = "font/*", run = "font" },
{ mime = "application/vnd.ms-opentype", run = "font" },
# Fallback
{ name = "*", run = "file" },
{ url = "*", run = "file" },
]
[input]