This commit is contained in:
Leon Kowarschick 2020-04-05 11:27:52 +02:00
parent 32fea09e19
commit 901e9b9666
4 changed files with 15 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ {
"optOut": false, "optOut": false,
"lastUpdateCheck": 1585934695923 "lastUpdateCheck": 1586022981286
} }

View file

@ -0,0 +1,10 @@
# If a config.py file exists, this file is ignored unless it's explicitly loaded
# via config.load_autoconfig(). For more information, see:
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
# DO NOT edit this file by hand, qutebrowser will overwrite it.
# Instead, create a config.py - see :help for details.
config_version: 2
settings:
content.notifications:
https://www.reddit.com: false

View file

@ -7,3 +7,4 @@ https://olkb.com/ OLKB
https://github.com/david-janssen/kmonad david-janssen/kmonad: An advanced keyboard manager https://github.com/david-janssen/kmonad david-janssen/kmonad: An advanced keyboard manager
https://github.com/david-janssen/kmonad/blob/master/README.md#windows-limitations kmonad/README.md at master · david-janssen/kmonad https://github.com/david-janssen/kmonad/blob/master/README.md#windows-limitations kmonad/README.md at master · david-janssen/kmonad
https://github.com/mojotech/json-type-validation mojotech/json-type-validation: TypeScript JSON type validation https://github.com/mojotech/json-type-validation mojotech/json-type-validation: TypeScript JSON type validation
https://bitbucket-student.it.hs-heilbronn.de/projects/LABAIB/repos/aib_labswp_2020_ss_studez_backend/pull-requests?create&sourceBranch=refs%2Fheads%2Ffeature%2FRUNDUM-93-ich-mochte-mich-anmelden&targetRepoId=551 Create Pull Request LabSWPS_AIB / AIB_LabSWP_2020_SS_StudEZ_Backend - Bitbucket für Studierende der HHN

View file

@ -19,6 +19,8 @@ config.bind("<Ctrl-L>", "set-cmd-text -s :open")
config.bind(",y", "hint links spawn mpv {hint-url}") config.bind(",y", "hint links spawn mpv {hint-url}")
config.bind(",Y", "spawn mpv {url}") config.bind(",Y", "spawn mpv {url}")
config.bind(",p", "hint links spawn evince {url}")
config.bind("<Alt-j>", "scroll-px 0 40") config.bind("<Alt-j>", "scroll-px 0 40")
config.bind("<Alt-k>", "scroll-px 0 -40") config.bind("<Alt-k>", "scroll-px 0 -40")
@ -33,7 +35,7 @@ c.fonts.default_family = ["JetBrainsMono"]
c.editor.command = ["alacritty", "-e", "vim", "{file}"] c.editor.command = ["alacritty", "-e", "vim", "{file}"]
c.auto_save.session = True # c.auto_save.session = True
c.url.searchengines = { c.url.searchengines = {
"DEFAULT": "https://duckduckgo.com/?q={}", "DEFAULT": "https://duckduckgo.com/?q={}",