diff options
author | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
commit | f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 (patch) | |
tree | d17c96714c930e0b8bc75616cc9c81b961ed5aa0 /open |
Initial Commit
Diffstat (limited to 'open')
-rw-r--r-- | open/openrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/open/openrc b/open/openrc new file mode 100644 index 0000000..2c5ebd0 --- /dev/null +++ b/open/openrc @@ -0,0 +1,15 @@ +[full] +browser: ^https?://, www\., \.com, \.co\.uk, \.net +#in_terminal yplay.pl: ^(http://)?(www\.)?youtube\.com/watch\?v= +in_terminal $VISUAL: \.[^/]*rc$ + +[suffix] +soffice: odp, pptx?, docx? +neovide: txt, c, cpp, nfo, pl, py, s, conf, md, yaml, toml, lua, h, lisp +st -e less: log +mpv: mp3, wav, mp4, wmv +zathura: pdf, epub, ps +browser: html? +soffice: odt + +#xterm -e wget: http://.*.(tar|gz|bz2) - not called due to hash ordering |