From 38399cbbfb9c15074eadf396ca9586765ec65852 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 4 Oct 2022 11:17:15 +0100 Subject: [PATCH] More config changes --- states/qutebrowser/files/config.py | 2 +- states/sway/files/mako_config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/states/qutebrowser/files/config.py b/states/qutebrowser/files/config.py index c799e12..55fbb2c 100644 --- a/states/qutebrowser/files/config.py +++ b/states/qutebrowser/files/config.py @@ -3,7 +3,7 @@ config.load_autoconfig() c.auto_save.session = True c.content.cookies.accept = 'no-3rdparty' c.content.images = True -c.editor.command = ['termite', '-e', 'vim {file}'] +c.editor.command = ['foot', 'vim', '{file}'] c.tabs.position = 'left' c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'} c.messages.timeout = 5000 diff --git a/states/sway/files/mako_config b/states/sway/files/mako_config index 367e779..710d2da 100644 --- a/states/sway/files/mako_config +++ b/states/sway/files/mako_config @@ -1,4 +1,4 @@ height=300 sort=+time font=monospace 12 -default-timeout=15000 +default-timeout=20000 -- 2.46.2