Stuff
This commit is contained in:
parent
73fa26e596
commit
e9e17ac035
3 changed files with 37 additions and 2 deletions
|
@ -3,3 +3,8 @@ config.load_autoconfig(False)
|
|||
c.tabs.show = 'never'
|
||||
c.statusbar.show = 'never'
|
||||
c.auto_save.session = False
|
||||
|
||||
c.url.start_pages = ['https://rustplatz.live/']
|
||||
|
||||
config.bind('<Ctrl-Tab>', 'tab-next')
|
||||
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')
|
||||
|
|
|
@ -25,9 +25,10 @@ config.bind(',B', 'hint links spawn brave {hint-url}')
|
|||
|
||||
config.bind(',j', 'spawn --userscript format_json')
|
||||
|
||||
config.bind(',s', 'spawn steam steam://openurl/{url}')
|
||||
config.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
|
||||
config.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')
|
||||
config.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}')
|
||||
config.bind(',s', 'spawn steam steam://openurl/{url}')
|
||||
|
||||
PASS_SCRIPT_DEFAULT = 'spawn --userscript qute-pass --no-insert-mode --username-target secret --username-pattern "login: (.+)" '
|
||||
config.bind(',p', PASS_SCRIPT_DEFAULT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue