diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-10-30 18:25:23 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-10-30 18:26:16 +0530 |
| commit | 706aa20e438bb05f50afba4130b091d264e9bf92 (patch) | |
| tree | 8d026c36bba644fd95d885107c2f26becce9e8de /config/qutebrowser/config.py | |
| parent | 3aa67e03ad7affb057bfe2ab3cbecbd16dfa1ad4 (diff) | |
| download | nixos-config-706aa20e438bb05f50afba4130b091d264e9bf92.tar.gz nixos-config-706aa20e438bb05f50afba4130b091d264e9bf92.zip | |
Use any pinentry again with gpg
Diffstat (limited to 'config/qutebrowser/config.py')
| -rw-r--r-- | config/qutebrowser/config.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index c65a9a2..fdf107e 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -342,10 +342,15 @@ nmap(localleader + 'tm', 'mark-resource') # }}} #### Dev {{{ -nmap(leader + 'tr', 'config-source') # Reload config +# nmap(leader + 'tr', 'config-source') # Reload config nmap(leader + 'ti', 'devtools window') # Inspector nmap(leader + 'ts', 'view-source') # View page source +# Readbility {{{ +c.aliases['reading-mode'] = 'spawn --userscript readability-js'; +nmap(leader + 'tr', 'reading-mode') +# }}} + # Json formatter {{{ c.aliases['format-json'] = 'spawn --userscript format_json'; nmap(leader + 'tj', 'format-json') |
