]> Freerunner's - dotfiles.git/commitdiff
qutebrowser: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Sat, 16 Dec 2023 18:17:28 +0000 (19:17 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
qutebrowser/.config/qutebrowser/config.py

index fafca15fe011857d4287657dea51bf76898e7356..064f6f79a669a272d1009ad5bdf97af7102011ad 100644 (file)
@@ -524,7 +524,7 @@ c.downloads.prevent_mixed_content = True
 # `{line0}`: Same as `{line}`, but starting from index 0. * `{column0}`:
 # Same as `{column}`, but starting from index 0.
 # Type: ShellCommand
-c.editor.command = ['konsole', '--separate', '-e', 'kak', '{file}']
+c.editor.command = ['foot', '-a', 'popup', 'kak', '{file}']
 
 # Handler for selecting file(s) in forms. If `external`, then the
 # commands specified by `fileselect.single_file.command`,
@@ -535,7 +535,7 @@ c.editor.command = ['konsole', '--separate', '-e', 'kak', '{file}']
 # Valid values:
 #   - default: Use the default file selector.
 #   - external: Use an external command.
-c.fileselect.handler = 'external'
+c.fileselect.handler = 'default'
 
 # Command (and arguments) to use for selecting a single file in forms.
 # The command should write the selected file path to the specified file
@@ -543,7 +543,7 @@ c.fileselect.handler = 'external'
 # 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.single_file.command = ['kitty', 'nnn', '-p', '-']
+c.fileselect.single_file.command = ['']
 
 # Command (and arguments) to use for selecting multiple files in forms.
 # The command should write the selected file paths to the specified file
@@ -552,7 +552,7 @@ c.fileselect.single_file.command = ['kitty', 'nnn', '-p', '-']
 # contained in any argument, the   standard output of the command is
 # read instead.
 # Type: ShellCommand
-c.fileselect.multiple_files.command = ['kitty', 'nnn', '-p', '-']
+c.fileselect.multiple_files.command = ['']
 
 # Command (and arguments) to use for selecting a single folder in forms.
 # The command should write the selected folder path to the specified
@@ -560,7 +560,7 @@ c.fileselect.multiple_files.command = ['kitty', 'nnn', '-p', '-']
 # 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', 'nnn', '-p', '-']
+c.fileselect.folder.command = ['']
 
 # Minimum number of characters used for hint strings.
 # Type: Int