aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/config.py
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-10-30 18:25:23 +0530
committerAkshay Nair <phenax5@gmail.com>2024-10-30 18:26:16 +0530
commit706aa20e438bb05f50afba4130b091d264e9bf92 (patch)
tree8d026c36bba644fd95d885107c2f26becce9e8de /config/qutebrowser/config.py
parent3aa67e03ad7affb057bfe2ab3cbecbd16dfa1ad4 (diff)
downloadnixos-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.py7
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')