qutebrowser tweaks
This commit is contained in:
@@ -8,5 +8,7 @@ config_version: 2
|
|||||||
settings:
|
settings:
|
||||||
colors.webpage.darkmode.enabled:
|
colors.webpage.darkmode.enabled:
|
||||||
global: false
|
global: false
|
||||||
|
content.register_protocol_handler:
|
||||||
|
https://calendar.google.com?cid=%25s: true
|
||||||
tabs.position:
|
tabs.position:
|
||||||
global: top
|
global: top
|
||||||
|
|||||||
@@ -11,8 +11,9 @@ config.set("content.register_protocol_handler", True, "https://mail.google.com?e
|
|||||||
config.bind("<", "tab-move -")
|
config.bind("<", "tab-move -")
|
||||||
config.bind("<Ctrl+Shift+Tab>", "tab-prev")
|
config.bind("<Ctrl+Shift+Tab>", "tab-prev")
|
||||||
config.bind("<Ctrl+Tab>", "tab-next")
|
config.bind("<Ctrl+Tab>", "tab-next")
|
||||||
config.bind("<Ctrl+l>", "set-cmd-text :open {url:pretty}")
|
config.bind("<Ctrl+l>", "cmd-set-text :open {url:pretty}")
|
||||||
config.bind("<Ctrl-r>", "restart", mode="normal")
|
config.bind("<Ctrl-r>", "restart", mode="normal")
|
||||||
|
config.bind("<Ctrl-h>", "history")
|
||||||
config.bind("<F10>", "config-cycle colors.webpage.darkmode.enabled true false ;; restart")
|
config.bind("<F10>", "config-cycle colors.webpage.darkmode.enabled true false ;; restart")
|
||||||
config.bind("<F11>", "config-cycle tabs.position top left")
|
config.bind("<F11>", "config-cycle tabs.position top left")
|
||||||
config.bind("<F12>", "view-source")
|
config.bind("<F12>", "view-source")
|
||||||
@@ -22,8 +23,13 @@ config.bind("K", "tab-next")
|
|||||||
config.bind("pw", "spawn --userscript qute-bitwarden")
|
config.bind("pw", "spawn --userscript qute-bitwarden")
|
||||||
config.bind("tm", "tab-move")
|
config.bind("tm", "tab-move")
|
||||||
config.bind("to", "tab-focus")
|
config.bind("to", "tab-focus")
|
||||||
config.bind("ø", "set-cmd-text :")
|
config.bind("ø", "cmd-set-text :")
|
||||||
config.unbind("q", mode="normal")
|
config.bind("m", 'cmd-set-text :quickmark-add {url:pretty} "{date} {title}"', mode="normal")
|
||||||
|
config.unbind("q", mode="normal") # macro recording
|
||||||
|
config.unbind("M", mode="normal") # add bookmark
|
||||||
|
config.unbind("gb", mode="normal") # load bookmark
|
||||||
|
config.unbind("gB", mode="normal") # load bookmark
|
||||||
|
config.unbind("wB", mode="normal") # load bookmark
|
||||||
|
|
||||||
c.auto_save.session = True
|
c.auto_save.session = True
|
||||||
c.completion.open_categories = [
|
c.completion.open_categories = [
|
||||||
|
|||||||
+22
-4
@@ -1,14 +1,32 @@
|
|||||||
|
rss https://rss.hjarl.com
|
||||||
ap https://www.aftenposten.no
|
ap https://www.aftenposten.no
|
||||||
cal https://calendar.google.com/calendar/r
|
cal https://calendar.google.com/
|
||||||
|
con https://contacts.google.com/
|
||||||
chatty https://www.shacknews.com/chatty
|
chatty https://www.shacknews.com/chatty
|
||||||
dn https://www.dn.no
|
dn https://www.dn.no
|
||||||
e24 https://e24.no
|
e24 https://e24.no
|
||||||
gmail https://mail.google.com/mail/u/0/#inbox
|
gmail https://mail.google.com/mail/u/0/#inbox
|
||||||
messenger https://www.messenger.com/t
|
messenger https://www.messenger.com/t
|
||||||
reddit https://www.reddit.com
|
reddit https://www.reddit.com
|
||||||
rss https://rss.hjarl.com
|
|
||||||
twitch https://www.twitch.tv
|
|
||||||
vg https://vg.no
|
vg https://vg.no
|
||||||
yt https://www.youtube.com/channel/UCWKHac5bjhsUtSnMDFCT-7A
|
|
||||||
yr https://www.yr.no/nb
|
yr https://www.yr.no/nb
|
||||||
gdrive https://drive.google.com/drive/my-drive
|
gdrive https://drive.google.com/drive/my-drive
|
||||||
|
twitch https://www.twitch.tv
|
||||||
|
yt https://www.youtube.com/channel/UCWKHac5bjhsUtSnMDFCT-7A
|
||||||
|
2024-01-03 / AI / Objective Mismatch in Model-based RL https://ar5iv.labs.arxiv.org/html/2002.04523
|
||||||
|
2024-01-03 / AI / Controlling Commercial Cooling Systems Using RL https://ar5iv.labs.arxiv.org/html/2211.07357
|
||||||
|
2024-01-03 / AI / Continuous diffusion for categorical data https://ar5iv.labs.arxiv.org/html/2211.15089
|
||||||
|
2024-01-03 / AI / A Time Series is Worth 64 Words: Long-term Forecasting with Transformers https://ar5iv.labs.arxiv.org/html/2211.14730
|
||||||
|
2024-01-03 / AI / Energy Transformer https://ar5iv.labs.arxiv.org/html/2302.07253
|
||||||
|
2024-01-03 / AI / Resurrecting RNN for Long Sequences https://ar5iv.labs.arxiv.org/html/2303.06349
|
||||||
|
2024-01-03 / AI / Provably Faster SGD via Long Steps https://ar5iv.labs.arxiv.org/html/2307.06324
|
||||||
|
2024-01-03 / AI / Diffuse, Attend, and Segment: Unsupervised Zero-Shot Segmentation using Stable Diffusion https://ar5iv.labs.arxiv.org/html/2308.12469
|
||||||
|
2024-01-03 / AI / Hierarchically Gated Recurrent Neural Network for Sequence Modeling https://ar5iv.labs.arxiv.org/html/2311.04823
|
||||||
|
2024-01-03 / AI / Adversarial Diffusion Distillation https://ar5iv.labs.arxiv.org/html/2311.17042
|
||||||
|
2024-01-03 / AI / SODA: Bottleneck Diffusion Models for Representation Learning https://ar5iv.labs.arxiv.org/html/2311.17901
|
||||||
|
2024-01-03 / AI / Understanding Diffusion Objectives as the ELBO with Simple Data Augmentation https://twitter.com/dpkingma/status/1734961561226166708
|
||||||
|
2024-01-03 / AI / Simplifying Transformer Blocks https://nitter.cz/rasbt/status/1729123424990068743
|
||||||
|
2024-01-03 / AI / Deep Dive into the Vision Transformer Paper https://news.ycombinator.com/item?id=38493884
|
||||||
|
2024-01-03 / Grid / L2RPN 2022 paper https://ar5iv.labs.arxiv.org/html/2207.10330
|
||||||
|
2024-01-03 / Grid / pandapower https://arxiv.org/abs/1709.06743
|
||||||
|
2024-01-03 / Grid / l2rpn 2022 winner https://github.com/enlite-ai/maze-l2rpn-2022-submission/tree/main
|
||||||
|
|||||||
Reference in New Issue
Block a user