diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-10-02 00:40:17 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-10-02 00:40:17 +0200 |
commit | 0364edc90e750a6ad6317bd12276d7d04e3f5b86 (patch) | |
tree | 54cdff6cc6f70460beee86cf96c10558a7197072 | |
parent | de28ac5d22fc2530363703b93072ca25aa19cc10 (diff) | |
download | ranger-0364edc90e750a6ad6317bd12276d7d04e3f5b86.tar.gz |
Reword the rifle.conf comments
-rw-r--r-- | ranger/config/rifle.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index ef5ecbf0..ed99a387 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -264,9 +264,14 @@ label wallpaper, number 14, mime ^image, has feh, X = feh --bg-fill "$1" label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = ${VISUAL:-$EDITOR} -- "$@" label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@" -# One of the last actions, so that it's never triggered accidentally, is to execute a program: + +###################################################################### +# The actions below are left so low down in this file on purpose, so # +# they are never triggered accidentally. # +###################################################################### + +# Execute a file as program/script. mime application/x-executable = "$1" -# Move the file to trash, available for all filetypes provided -# trash-cli is available. +# Move the file to trash using trash-cli. has trash-put = trash-put -- "$@" |