add ranger config

This commit is contained in:
Guilherme Rugai Freire 2021-08-02 09:31:27 -03:00
parent 923d6e1fcd
commit 88b98a48d4
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297
2 changed files with 5 additions and 0 deletions

3
.config/ranger/rc.conf Normal file
View File

@ -0,0 +1,3 @@
set vcs_aware true
set preview_images true
set preview_images_method ueberzug

View File

@ -0,0 +1,2 @@
mime ^video|^audio, has mpv, X, flag f = devour mpv -- "$@"
mime ^image, has sxiv,X, flag f = devour sxiv -- "$@"