mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update bspwm, nvim, vscode, kitty
This commit is contained in:
parent
c1cc0c9ebe
commit
43b3ba3aaa
9 changed files with 84 additions and 107 deletions
|
|
@ -3,18 +3,19 @@ disable_ligatures always
|
|||
enable_audio_bell no
|
||||
open_url_modifiers ctrl
|
||||
cursor_blink_interval 0
|
||||
tab_bar_style powerline
|
||||
tab_bar_edge bottom
|
||||
tab_bar_style separator
|
||||
tab_title_template "{index}: {title}"
|
||||
|
||||
# HotKeys
|
||||
map ctrl+equal change_font_size all +2
|
||||
map ctrl+minus change_font_size all -2
|
||||
map ctrl+backspace change_font_size all 0
|
||||
map ctrl+1 first_window
|
||||
map ctrl+2 second_window
|
||||
map ctrl+3 third_window
|
||||
map ctrl+4 fourth_window
|
||||
map ctrl+alt+r load_config_file
|
||||
map ctrl+1 goto_tab 1
|
||||
map ctrl+2 goto_tab 2
|
||||
map ctrl+3 goto_tab 3
|
||||
map ctrl+4 goto_tab 4
|
||||
|
||||
# Theme
|
||||
color0 #232323
|
||||
color1 #ff000f
|
||||
color2 #8ce10b
|
||||
|
|
@ -36,4 +37,3 @@ selection_foreground #0e1019
|
|||
cursor #ff0018
|
||||
foreground #fffaf4
|
||||
selection_background #fffaf4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue