diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-08-17 10:30:22 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-08-17 10:30:22 +0200 |
commit | 284235127bcb273f107e8362d0f13f01ca08a362 (patch) | |
tree | 9344c8c8ea127d6846ecf785bd95a869a478414a | |
parent | 6a7f8ccf0e41ae18fcc69d45c1ae88d473351b57 (diff) |
Add info on launching with rifle
-rw-r--r-- | xdg-open.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xdg-open.md b/xdg-open.md index e4b685d..a688517 100644 --- a/xdg-open.md +++ b/xdg-open.md @@ -21,3 +21,10 @@ The relevant mime types are: x-scheme-handler/https= For qutebrowser, just copied the `.desktop` from [the repo](https://github.com/qutebrowser/qutebrowser/blob/master/misc/org.qutebrowser.qutebrowser.desktop). + +## `ranger` + +`ranger` uses its own launcher, `rifle`. Copy the default config to +`~/.config/ranger/rifle.conf`: + + ranger --copy-config=rifle |