]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: fix single_file select config
authorSamir Benmendil <me@rmz.io>
Thu, 7 Oct 2021 12:07:25 +0000 (13:07 +0100)
committerSamir Benmendil <me@rmz.io>
Tue, 14 Dec 2021 22:25:46 +0000 (22:25 +0000)
qutebrowser/config.py

index 444f8f8af9b405aae0457ebd3c4a94a09b39ed04..5cd69a6c393966635af8d8e6441bd765906c1160 100644 (file)
@@ -852,7 +852,7 @@ c.fileselect.multiple_files.command = in_terminal(['ranger', '--choosefiles={}']
 ## 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.multiple_files.command = in_terminal(['ranger', '--choosefile={}'])
+c.fileselect.single_file.command = in_terminal(['ranger', '--choosefile={}'])
 
 ## Font used in the completion categories.
 ## Type: Font