diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-10 09:44:58 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-10 09:44:58 +0300 |
commit | e6aa326505607988d507fc3bd33c7eab8f899a1d (patch) | |
tree | d222696efb371f5743796230aefca05352694779 /dotfiles/.config/qutebrowser/config.py | |
parent | 5e816beda9df8dc55a22d5d159e72c5c379d8c14 (diff) | |
download | swayrice-e6aa326505607988d507fc3bd33c7eab8f899a1d.tar.gz swayrice-e6aa326505607988d507fc3bd33c7eab8f899a1d.zip |
Minor changes
* Neomutt changes to abook query, mailcap default html viewer.
* Youtube-viewer config update.
* qutebrowser edit with external editor command.
Diffstat (limited to 'dotfiles/.config/qutebrowser/config.py')
-rw-r--r-- | dotfiles/.config/qutebrowser/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py index a40c127..da3fa8f 100644 --- a/dotfiles/.config/qutebrowser/config.py +++ b/dotfiles/.config/qutebrowser/config.py @@ -26,6 +26,8 @@ ultramar = { 'green': '#6d974b' } +c.editor.command = [ "foot", "nvim", "{file}", "+normal {line}G{column0}l", ] + ## Notifications for websites are retarded c.content.notifications.enabled = False |