From: Samir Benmendil Date: Thu, 7 Oct 2021 12:07:25 +0000 (+0100) Subject: qutebrowser: fix single_file select config X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/15cf7aa8ee32af721d61263ab7d2647126f0412c?ds=sidebyside qutebrowser: fix single_file select config --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 444f8f8..5cd69a6 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -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