mirror of
https://github.com/Phantop/dotfiles
synced 2025-03-22 09:59:26 +00:00
Qute: fix startup and dump binding
This commit is contained in:
parent
10ec79ed3f
commit
b30c81c516
|
@ -14,7 +14,7 @@ bind = {
|
|||
'sa': 'open -t archive.is/?run=1&url={url}',
|
||||
'sc': 'config-cycle content.user_stylesheets adapta.css ""',
|
||||
'sd': "spawn fish -c 'dl; open (ls | rofi -dmenu -b -i || exit 0)'",
|
||||
'sg': 'debug-dump-page ~/Downloads/dump.html',
|
||||
'gs': 'debug-dump-page ~/Downloads/dump.html',
|
||||
'sq': 'spawn -u qr',
|
||||
'sr': 'remove-sticky',
|
||||
'st': 'config-cycle content.proxy socks://localhost:9050/ system',
|
||||
|
|
|
@ -4,7 +4,7 @@ config.source('bindings.py')
|
|||
config.source('redirects.py')
|
||||
|
||||
c.url.default_page = "feedly.com/i/my"
|
||||
c.url.start_pages = ["duck.com/?q=20m timer", "localhost"]
|
||||
c.url.start_pages = ["localhost", "duck.com/?q=20m timer"]
|
||||
c.url.searchengines['y'] = "localhost/search?q={}"
|
||||
|
||||
c.content.fullscreen.window = True
|
||||
|
|
Loading…
Reference in a new issue