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
e396ba5008
commit
9ad1873273
3 changed files with 21 additions and 0 deletions
|
@ -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:
|
||||||
|
|
|
@ -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}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue