Skip to content

Commit

Permalink
[ref] spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
afify committed Jun 19, 2024
1 parent c81e6af commit 1120ff4
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 106 deletions.
14 changes: 7 additions & 7 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static const ColorPair color_status = { 243, 0, NORM };
static const ColorPair color_search = { 15, 104, NORM };
static const ColorPair color_selected = { 21, 118, NORM };

static const ColorPair color_prompt = { 33, 0, NORM };
static const ColorPair color_normal = { 33, 0, NORM };
static const ColorPair color_warn = { 220, 0, NORM };
static const ColorPair color_err = { 124, 0, BOLD };

Expand Down Expand Up @@ -77,12 +77,12 @@ static const char *docs[] = { "odt", "doc", "docx", "xls", "xlsx", "odp",
"ods", "pptx", "odg" };

static Rule rules[] = {
RULE(videos, mpv),
RULE(images, sxiv),
RULE(pdf, mupdf),
RULE(docs, libreoffice),
RULE(arts, gimp),
RULE(obj, r2)
RULE(videos, mpv, DontWait),
RULE(images, sxiv, DontWait),
RULE(pdf, mupdf, DontWait),
RULE(docs, libreoffice, DontWait),
RULE(arts, gimp, DontWait),
RULE(obj, r2, Wait)
};

/* normal keys */
Expand Down
Loading

0 comments on commit 1120ff4

Please sign in to comment.