diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml new file mode 100644 index 0000000..9fee54c --- /dev/null +++ b/.config/ncspot/config.toml @@ -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" diff --git a/.config/terminator/config b/.config/terminator/config index fea66b3..7303597 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -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 = w cycle_next = j cycle_prev = k - paste = Insert - split_vert = v + split_vert = "" + close_term = w + paste = 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 diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json index 8c6e9a4..923e88f 100644 --- a/.vim/coc-settings.json +++ b/.vim/coc-settings.json @@ -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": {