mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
asdf
This commit is contained in:
parent
32fea09e19
commit
901e9b9666
4 changed files with 15 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"optOut": false,
|
||||
"lastUpdateCheck": 1585934695923
|
||||
"lastUpdateCheck": 1586022981286
|
||||
}
|
10
files/.config/qutebrowser/autoconfig.yml
Normal file
10
files/.config/qutebrowser/autoconfig.yml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -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", "spawn mpv {url}")
|
||||
config.bind(",p", "hint links spawn evince {url}")
|
||||
|
||||
|
||||
config.bind("<Alt-j>", "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.auto_save.session = True
|
||||
# c.auto_save.session = True
|
||||
|
||||
c.url.searchengines = {
|
||||
"DEFAULT": "https://duckduckgo.com/?q={}",
|
||||
|
|
Loading…
Reference in a new issue