.
This commit is contained in:
parent
ba2a14a513
commit
f7ad952688
2 changed files with 29 additions and 5 deletions
26
files/.foprc
Normal file
26
files/.foprc
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# ~/.foprc
|
||||
|
||||
# open in editor
|
||||
\.(c|h|txt|md)$ : vis
|
||||
|
||||
# open images
|
||||
\.(png|jpg|gif|webp)$ : nsxiv
|
||||
\.(html|svg) : librewolf
|
||||
|
||||
# open videos
|
||||
\.(avi|mp4|mkv|mp3|ogg|flac|mov|webm)$ : mpv
|
||||
|
||||
# open audios
|
||||
\.(mp3|wav)$ : mpv
|
||||
|
||||
# open www
|
||||
^https?:// : librewolf
|
||||
|
||||
# open documents
|
||||
\.pdf : librewolf
|
||||
|
||||
# open files with no extension
|
||||
(^|/)\.?[^./]+$ : vis
|
||||
|
||||
# fallback to xdg-open
|
||||
. : vis
|
||||
Loading…
Add table
Add a link
Reference in a new issue