diff options
Diffstat (limited to '.config/qutebrowser/config.py')
-rw-r--r-- | .config/qutebrowser/config.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index fd0bb37..db0c2ed 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -114,11 +114,11 @@ c.content.notifications.enabled = 'ask' # - ask c.content.register_protocol_handler = 'ask' -c.editor.command = ['kitty', '-e', 'nvim', '{file}', '-c', 'normal {line}G{column0}l'] +c.editor.command = ['foot', '-e', 'nvim', '{file}', '-c', 'normal {line}G{column0}l'] -c.fileselect.multiple_files.command = ['kitty', '-e', 'ranger', '--choosefiles={}'] +c.fileselect.multiple_files.command = ['foot', '-e', 'ranger', '--choosefiles={}'] -c.fileselect.folder.command = ['kitty', '-e', 'ranger', '--choosedir={}'] +c.fileselect.folder.command = ['foot', '-e', 'ranger', '--choosedir={}'] c.spellcheck.languages = ['en-GB'] |