mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Update static associations
This commit is contained in:
parent
30c8828e42
commit
754ea4d3ef
|
@ -11,9 +11,9 @@ static int showdetail = 0; /* Set to show additional file info */
|
||||||
static char *idlecmd = "rain"; /* The screensaver program */
|
static char *idlecmd = "rain"; /* The screensaver program */
|
||||||
|
|
||||||
struct assoc assocs[] = {
|
struct assoc assocs[] = {
|
||||||
//{ "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mpv" },
|
|
||||||
{ "\\.(c|cpp|h|txt|log|sh)$", "vi" },
|
{ "\\.(c|cpp|h|txt|log|sh)$", "vi" },
|
||||||
{ "\\.(wma|mp3|ogg|flac)$", "mpv" },
|
//{ "\\.(avi|mp4|mkv|3gp|mov)$", "mpv" },
|
||||||
|
{ "\\.(wma|mp3|ogg|flac|m4a)$", "mpv" },
|
||||||
//{ "\\.(png|jpg|gif)$", "feh" },
|
//{ "\\.(png|jpg|gif)$", "feh" },
|
||||||
//{ "\\.(html|svg)$", "firefox" },
|
//{ "\\.(html|svg)$", "firefox" },
|
||||||
{ "\\.pdf$", "zathura" },
|
{ "\\.pdf$", "zathura" },
|
||||||
|
|
Loading…
Reference in a new issue