diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index cbd92fd..e298b62 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -325,6 +325,14 @@ c.editor.command = ['kitty', 'vim', '-f', '{file}'] # Type: Encoding c.editor.encoding = 'utf-8' +# Command (and arguments) to use for selecting a single folder in forms. +# The command should write the selected folder path to the specified +# file or stdout. The following placeholders are defined: * `{}`: +# Filename of the file to be written to. If not contained in any +# argument, the standard output of the command is read instead. +# Type: ShellCommand +c.fileselect.folder.command = ['kitty', 'ranger', '--choosedir={}'] + # CSS selectors used to determine which elements on a page should have # hints. # Type: Dict