From fb09f81dd46d4c4d7be9b75404b4e219d93e2844 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 4 Sep 2023 19:04:46 +0100 Subject: Revert "Default terminal changed to Kitty" This reverts commit 57fd6ef51ed69636280561461eb3f6b71e4fad3d. --- .config/qutebrowser/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/qutebrowser') 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'] -- cgit v1.2.3