diff --git a/CONFIG/foot/foot.ini b/CONFIG/foot/foot.ini index b7827ad..5651077 100644 --- a/CONFIG/foot/foot.ini +++ b/CONFIG/foot/foot.ini @@ -137,9 +137,9 @@ size=0 # clipboard-paste=Control+Shift+v XF86Paste # primary-paste=Shift+Insert search-start=Control+Shift+f -# font-increase=Control+plus Control+equal Control+KP_Add -# font-decrease=Control+minus Control+KP_Subtract -# font-reset=Control+0 Control+KP_0 +font-increase=Control+plus +font-decrease=Control+minus +font-reset=Control+equal # spawn-terminal=Control+Shift+n # minimize=none # maximize=none diff --git a/CONFIG/qutebrowser/config.py b/CONFIG/qutebrowser/config.py index 34dae72..ad2372c 100644 --- a/CONFIG/qutebrowser/config.py +++ b/CONFIG/qutebrowser/config.py @@ -17,6 +17,7 @@ config.bind("", "tab-clone -t") config.bind("", "restart", mode="normal") config.bind("", "history") config.bind("", "config-cycle colors.webpage.darkmode.enabled true false") +config.bind("", "edit-url") config.bind("", "config-cycle tabs.position top left") config.bind("", "devtools") config.bind("", "view-source") @@ -114,12 +115,11 @@ for url, urlconfig in urlconfigs.items(): c.downloads.position = "bottom" c.downloads.prevent_mixed_content = False c.editor.command = [ - "foot", - "-title", - "scratchpad", - "-geometry", - "86x24+40+60", - "-e", + "footclient", + "--app-id", + "floating_shell", + "--window-size-chars", + "80x45", "nvim", "-f", "{}",