qutebrowser: set fileselect.folder.command

This commit is contained in:
surtur 2022-08-23 16:28:52 +02:00
parent 8d0fdf6a6c
commit f8064e2d75
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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