initial work from new laptop

This commit is contained in:
Barak Michener 2021-04-02 01:21:37 -07:00
parent bb16ba3261
commit 66cfd7af31
3 changed files with 64 additions and 45 deletions

View file

@ -0,0 +1,16 @@
[keybindings]
"Esc" = "back"
"Q" = "quit"
"q" = "back"
"1" = "focus queue"
"2" = "focus search"
"3" = "focus library"
"i" = "insert"
"b" = "goto album"
"a" = "goto artist"
"Space" = "playpause"
"Enter" = "play"
"p" = "play"
"o" = "open selected"
"Ctrl+f" = "seek +10000"
"Ctrl+b" = "seek -10000"

View file

@ -1,16 +1,57 @@
[global_config]
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
focus = mouse
tab_position = bottom
title_inactive_bg_color = "#222222"
title_inactive_fg_color = "#b8b8b8"
title_transmit_bg_color = "#535d6c"
title_inactive_fg_color = "#b8b8b8"
title_inactive_bg_color = "#222222"
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
[keybindings]
close_term = <Primary><Shift>w
cycle_next = <Primary>j
cycle_prev = <Primary>k
paste = <Shift>Insert
split_vert = <Primary><Shift>v
split_vert = ""
close_term = <Primary><Shift>w
paste = <Primary><Shift>v
help = ""
[profiles]
[[default]]
allow_bold = False
background_darkness = 0.8
background_type = transparent
cursor_color = "#ffffff"
font = Iosevka Berkeley Light 18
foreground_color = "#ffffff"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
use_system_font = False
bold_is_bright = True
[[4k]]
background_darkness = 0.8
background_type = transparent
font = Inconsolata Medium 18
foreground_color = "#ffffff"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
use_system_font = False
[[Large]]
background_darkness = 0.8
background_type = transparent
font = Inconsolata Medium 32
foreground_color = "#ffffff"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
use_system_font = False
[[Medium]]
background_darkness = 0.8
background_type = transparent
font = Droid Sans Mono Dotted 14
foreground_color = "#ffffff"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
use_system_font = False
[layouts]
[[default]]
[[[child1]]]
@ -21,41 +62,3 @@
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_darkness = 0.8
background_type = transparent
cursor_color = "#ffffff"
font = Droid Sans Mono Dotted 15
foreground_color = "#ffffff"
scrollback_infinite = True
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
[[4k]]
background_darkness = 0.8
background_type = transparent
font = Inconsolata Medium 18
foreground_color = "#ffffff"
scrollback_infinite = True
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
[[Large]]
background_darkness = 0.8
background_type = transparent
font = Inconsolata Medium 32
foreground_color = "#ffffff"
scrollback_infinite = True
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
[[Medium]]
background_darkness = 0.8
background_type = transparent
font = Droid Sans Mono Dotted 14
foreground_color = "#ffffff"
scrollback_infinite = True
scrollbar_position = hidden
show_titlebar = False
use_system_font = False

View file

@ -12,7 +12,7 @@
"python.analysis.typeCheckingMode": "off",
"suggest.detailField": "abbr",
"suggest.snippetIndicator": "",
"rust-analyzer.server.path": "/bin/rust-analyzer",
"rust-analyzer.server.path": "~/bin/rust-analyzer",
"rust-analyzer.inlayHints.enable": false,
"languageserver": {
"ccls": {