aboutsummaryrefslogtreecommitdiff
path: root/.config/qutebrowser
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-09-03 20:00:27 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-09-03 20:00:27 +0100
commit57fd6ef51ed69636280561461eb3f6b71e4fad3d (patch)
treec69bcd6b79b6f5d0a115fe89f138a4c14ee54a15 /.config/qutebrowser
parent247b28c6878786cc1cf7be6e9635edd8cb4a4c51 (diff)
Default terminal changed to Kitty
Diffstat (limited to '.config/qutebrowser')
-rw-r--r--.config/qutebrowser/config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index db0c2ed..fd0bb37 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 = ['foot', '-e', 'nvim', '{file}', '-c', 'normal {line}G{column0}l']
+c.editor.command = ['kitty', '-e', 'nvim', '{file}', '-c', 'normal {line}G{column0}l']
-c.fileselect.multiple_files.command = ['foot', '-e', 'ranger', '--choosefiles={}']
+c.fileselect.multiple_files.command = ['kitty', '-e', 'ranger', '--choosefiles={}']
-c.fileselect.folder.command = ['foot', '-e', 'ranger', '--choosedir={}']
+c.fileselect.folder.command = ['kitty', '-e', 'ranger', '--choosedir={}']
c.spellcheck.languages = ['en-GB']