qutebrowser: set fileselect.folder.command
This commit is contained in:
parent
8d0fdf6a6c
commit
f8064e2d75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user