This commit is contained in:
Leon Kowarschick 2020-03-29 20:25:32 +02:00
parent e396ba5008
commit 9ad1873273
3 changed files with 21 additions and 0 deletions

View file

@ -6,6 +6,12 @@
config_version: 2 config_version: 2
settings: settings:
colors.webpage.bg:
global: null
colors.webpage.prefers_color_scheme_dark:
global: true
fonts.default_family:
global: null
scrolling.smooth: scrolling.smooth:
global: true global: true
statusbar.hide: statusbar.hide:

View file

@ -23,8 +23,22 @@ c.tabs.show_switching_delay = 1000
c.statusbar.hide = False c.statusbar.hide = False
c.fonts.statusbar = "default_size Iosevka" c.fonts.statusbar = "default_size Iosevka"
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.url.searchengines = {
"DEFAULT": "https://duckduckgo.com/?q={}",
"wa": "https://wiki.archlinux.org/?search={}",
"y": "https://youtube.com/results?search_query={}",
"g": "https://google.com/search?q={}",
"h": "https://hoogle.haskell.org/?hoogle={}",
"w": "https://wikipedia.org/wiki/Special:Search/{}"
}
c.colors.webpage.prefers_color_scheme_dark = True
c.statusbar.padding = {"bottom": 1, "left": 8, "right": 8, "top": 1} c.statusbar.padding = {"bottom": 1, "left": 8, "right": 8, "top": 1}

View file

@ -2,3 +2,4 @@ cheatsheet https://duckduckgo.com/?q=qutebrowser+cheatsheet&ia=cheatsheet&iax=1
jira https://jira-student.it.hs-heilbronn.de/secure/RapidBoard.jspa?rapidView=323&projectKey=RUNDUM jira https://jira-student.it.hs-heilbronn.de/secure/RapidBoard.jspa?rapidView=323&projectKey=RUNDUM
confluence https://confluence-student.it.hs-heilbronn.de/display/AIB/AIB_LabSWP_2020_SS_StudEZ+Home confluence https://confluence-student.it.hs-heilbronn.de/display/AIB/AIB_LabSWP_2020_SS_StudEZ+Home
bitbucket https://bitbucket-student.it.hs-heilbronn.de/projects/LABAIB bitbucket https://bitbucket-student.it.hs-heilbronn.de/projects/LABAIB
ilias https://ilias.hs-heilbronn.de/ilias.php?baseClass=ilPersonalDesktopGUI&cmd=jumpToSelectedItems