This commit is contained in:
Grigory Shipunov 2022-07-14 22:57:44 +02:00
parent cbcc20d616
commit 3713a644eb
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
40 changed files with 625 additions and 1764 deletions

View file

@ -0,0 +1,8 @@
text/plain; $EDITOR %s ;
text/html; w3m -I %{charset} -T text/html; copiousoutput;
image/*; feh %s ;
video/*; setsid mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;
application/pdf; zathura %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;