mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add starship, update vscode
This commit is contained in:
parent
a4eeb45201
commit
e268665220
12 changed files with 96 additions and 103 deletions
|
|
@ -1,15 +1,15 @@
|
|||
[a-general]
|
||||
home = "gemini://gus.guru/search"
|
||||
search = "gemini://gus.guru/search"
|
||||
http = "default"
|
||||
home = "gemini://geminispace.info"
|
||||
search = "gemini://geminispace.info/search"
|
||||
http = "librewolf"
|
||||
color = true
|
||||
ansi = true
|
||||
bullets = true
|
||||
auto_redirect = false
|
||||
emoji_favicons = false
|
||||
auto_redirect = true
|
||||
emoji_favicons = true
|
||||
left_margin = 0.15
|
||||
max_width = 100
|
||||
downloads = "Downloads"
|
||||
downloads = ""
|
||||
page_max_size = 2097152
|
||||
page_max_time = 10
|
||||
scrollbar = "auto"
|
||||
|
|
@ -17,14 +17,14 @@ scrollbar = "auto"
|
|||
|
||||
[keybindings]
|
||||
bind_quit = "q"
|
||||
bind_reload = "Ctrl-R"
|
||||
bind_save = "Ctrl-S"
|
||||
bind_bottom = ["i", ":", ";"]
|
||||
bind_reload = ["Ctrl-R", "R"]
|
||||
bind_save = ["Ctrl-S", "W"]
|
||||
bind_edit = "I"
|
||||
bind_bottom = "i"
|
||||
|
||||
# Navigation
|
||||
bind_back = "H"
|
||||
bind_forward = "L"
|
||||
bind_back = ["H", "h"]
|
||||
bind_forward = ["L", "l"]
|
||||
|
||||
# Bookmaeks
|
||||
bind_bookmarks = "b"
|
||||
|
|
@ -36,9 +36,19 @@ bind_close_tab = "T"
|
|||
bind_next_tab = "J"
|
||||
bind_prev_tab = "K"
|
||||
|
||||
[theme]
|
||||
bg = "#262A2B"
|
||||
fg = "#dfdfdf"
|
||||
tab_num = "#797979"
|
||||
bottombar_text = "#dfdfdf"
|
||||
bottombar_bg = "#1F2324"
|
||||
scrollbar = "#1F2324"
|
||||
btn_bg = "#1F2324"
|
||||
btn_text = "#dfdfdf"
|
||||
|
||||
[[mediatype-handlers]]
|
||||
cmd = ["feh"]
|
||||
types = ["image"]
|
||||
cmd = "feh"
|
||||
types = "image"
|
||||
no_prompt = true
|
||||
|
||||
[cache]
|
||||
|
|
@ -52,16 +62,6 @@ workers = 3
|
|||
update_interval = 1800
|
||||
entries_per_page = 20
|
||||
|
||||
[theme]
|
||||
bg = "#262A2B"
|
||||
fg = "#dfdfdf"
|
||||
tab_num = "#797979"
|
||||
bottombar_text = "#dfdfdf"
|
||||
bottombar_bg = "#1F2324"
|
||||
scrollbar = "#1F2324"
|
||||
btn_bg = "#1F2324"
|
||||
btn_text = "#dfdfdf"
|
||||
|
||||
[auth]
|
||||
[auth.certs]
|
||||
[auth.keys]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue