1
0
Fork 0

Add qutebrowser userscripts

This commit is contained in:
Jeremy Kaplan 2018-08-10 22:47:58 -07:00 committed by Jeremy Kaplan
commit ed3b45302d
3 changed files with 16 additions and 1 deletions

View file

@ -11,7 +11,7 @@ config.load_autoconfig()
# Aliases for commands. The keys of the given dictionary are the
# aliases, while the values are the commands they map to.
# Type: Dict
# c.aliases = {'w': 'session-save', 'q': 'quit', 'wq': 'quit --save'}
c.aliases.update({"rmqs": "spawn --userscript clean-url"})
# How often (in milliseconds) to auto-save config/cookies/etc.
# Type: Int