add noctalia config
This commit is contained in:
parent
efbbe37a30
commit
26c904b9f6
19 changed files with 967 additions and 9 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue