commit 36c8e6ad640f08574facc58c4bb2f6d87d540827
parent 22e2d58875e0b01a279e1d73bdee41fea05f20ab
Author: mtmn <miro@haravara.org>
Date: Thu, 7 May 2026 18:46:03 +0200
chore: format config.json
Diffstat:
| M | config.json | | | 90 | ++++++++++++++++++++++++++++++++++++------------------------------------------- |
1 file changed, 41 insertions(+), 49 deletions(-)
diff --git a/config.json b/config.json
@@ -1,51 +1,43 @@
{
- "editor": "vim",
- "max_depth": 5,
- "ignored_patterns": [
- ".git",
- ".jj",
- ".zig-cache",
- "node_modules",
- "target"
- ],
- "fzf_opts": [
- "--highlight-line",
- "--ansi",
- "--layout=reverse",
- "--border=rounded",
- "--color=bg+:#2a1f2e,bg:-1,spinner:#c084b8,hl:#e08060",
- "--color=fg:#c8b8bf,header:#c4607a,info:#7a6e7a,pointer:#c084b8",
- "--color=marker:#e06fad,fg+:#f0dfe5,prompt:#7a9fd4,hl+:#f0a070",
- "--color=border:#3d2a42"
- ],
- "fav_dirs": [
- "/home/miro/src"
- ],
- "openers": [
- {
- "extensions": ["mp4", "mkv", "avi", "webm"],
- "action": "media_player",
- "command": "mpv"
- },
- {
- "extensions": ["flac", "aiff", "aif", "mp3", "wav"],
- "action": "audio_player",
- "command": "mpv"
- },
- {
- "extensions": ["jpg", "jpeg", "png", "webp", "svg"],
- "action": "image_viewer",
- "command": "nsxiv-rifle"
- },
- {
- "extensions": ["pdf", "epub", "mobi"],
- "action": "document_reader",
- "command": "sioyek"
- },
- {
- "extensions": ["html"],
- "action": "web_browser",
- "command": "firefox"
- }
- ]
+ "editor": "vim",
+ "max_depth": 5,
+ "ignored_patterns": [".git", ".jj", ".zig-cache", "node_modules", "target"],
+ "fzf_opts": [
+ "--highlight-line",
+ "--ansi",
+ "--layout=reverse",
+ "--border=rounded",
+ "--color=bg+:#2a1f2e,bg:-1,spinner:#c084b8,hl:#e08060",
+ "--color=fg:#c8b8bf,header:#c4607a,info:#7a6e7a,pointer:#c084b8",
+ "--color=marker:#e06fad,fg+:#f0dfe5,prompt:#7a9fd4,hl+:#f0a070",
+ "--color=border:#3d2a42"
+ ],
+ "fav_dirs": ["/home/miro/src"],
+ "openers": [
+ {
+ "extensions": ["mp4", "mkv", "avi", "webm"],
+ "action": "media_player",
+ "command": "mpv"
+ },
+ {
+ "extensions": ["flac", "aiff", "aif", "mp3", "wav"],
+ "action": "audio_player",
+ "command": "mpv"
+ },
+ {
+ "extensions": ["jpg", "jpeg", "png", "webp", "svg"],
+ "action": "image_viewer",
+ "command": "nsxiv-rifle"
+ },
+ {
+ "extensions": ["pdf", "epub", "mobi"],
+ "action": "document_reader",
+ "command": "sioyek"
+ },
+ {
+ "extensions": ["html"],
+ "action": "web_browser",
+ "command": "firefox"
+ }
+ ]
}