From 901e9b9666d3a3a8805e044c4a0e575f1682f877 Mon Sep 17 00:00:00 2001 From: Leon Kowarschick Date: Sun, 5 Apr 2020 11:27:52 +0200 Subject: [PATCH] asdf --- files/.config/configstore/update-notifier-npm.json | 2 +- files/.config/qutebrowser/autoconfig.yml | 10 ++++++++++ files/.config/qutebrowser/bookmarks/urls | 1 + files/.config/qutebrowser/config.py | 4 +++- 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 files/.config/qutebrowser/autoconfig.yml diff --git a/files/.config/configstore/update-notifier-npm.json b/files/.config/configstore/update-notifier-npm.json index 41e387b..c998e0a 100644 --- a/files/.config/configstore/update-notifier-npm.json +++ b/files/.config/configstore/update-notifier-npm.json @@ -1,4 +1,4 @@ { "optOut": false, - "lastUpdateCheck": 1585934695923 + "lastUpdateCheck": 1586022981286 } \ No newline at end of file diff --git a/files/.config/qutebrowser/autoconfig.yml b/files/.config/qutebrowser/autoconfig.yml new file mode 100644 index 0000000..ac827d3 --- /dev/null +++ b/files/.config/qutebrowser/autoconfig.yml @@ -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 diff --git a/files/.config/qutebrowser/bookmarks/urls b/files/.config/qutebrowser/bookmarks/urls index ffa80fd..e855821 100644 --- a/files/.config/qutebrowser/bookmarks/urls +++ b/files/.config/qutebrowser/bookmarks/urls @@ -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/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://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 diff --git a/files/.config/qutebrowser/config.py b/files/.config/qutebrowser/config.py index f4b01e0..919b329 100644 --- a/files/.config/qutebrowser/config.py +++ b/files/.config/qutebrowser/config.py @@ -19,6 +19,8 @@ config.bind("", "set-cmd-text -s :open") config.bind(",y", "hint links spawn mpv {hint-url}") config.bind(",Y", "spawn mpv {url}") +config.bind(",p", "hint links spawn evince {url}") + config.bind("", "scroll-px 0 40") config.bind("", "scroll-px 0 -40") @@ -33,7 +35,7 @@ c.fonts.default_family = ["JetBrainsMono"] c.editor.command = ["alacritty", "-e", "vim", "{file}"] -c.auto_save.session = True +# c.auto_save.session = True c.url.searchengines = { "DEFAULT": "https://duckduckgo.com/?q={}",