mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add vifm config & theme, update qtile config & autostart, nvim config, kitty config
This commit is contained in:
parent
917b69171d
commit
f5a07cf3b0
7 changed files with 174 additions and 46 deletions
|
|
@ -2,32 +2,32 @@
|
|||
clear_all_shortcuts yes
|
||||
|
||||
# Font
|
||||
font_family Jetbrains Mono
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_size 12.0
|
||||
font_family Jetbrains Mono
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_size 12.0
|
||||
adjust_line_height 0
|
||||
adjust_column_width 0
|
||||
disable_ligatures never
|
||||
font_features none
|
||||
box_drawing_scale 0.001, 1, 1.5, 2
|
||||
disable_ligatures never
|
||||
font_features none
|
||||
box_drawing_scale 0.001, 1, 1.5, 2
|
||||
|
||||
# Cursor
|
||||
cursor #dfdfdf
|
||||
cursor_text_color #7d7d7d
|
||||
cursor_shape beam
|
||||
cursor_beam_thickness 1.5
|
||||
cursor_underline_thickness 2.0
|
||||
cursor_blink_interval 0
|
||||
cursor_stop_blinking_after 15.0
|
||||
cursor #dfdfdf
|
||||
cursor_text_color #7d7d7d
|
||||
cursor_shape beam
|
||||
cursor_beam_thickness 1.5
|
||||
cursor_underline_thickness 2.0
|
||||
cursor_blink_interval 0
|
||||
cursor_stop_blinking_after 15.0
|
||||
|
||||
# Bell
|
||||
enable_audio_bell no
|
||||
visual_bell_duration 0.0
|
||||
window_alert_on_bell no
|
||||
command_on_bell none
|
||||
bell_on_tab no
|
||||
enable_audio_bell no
|
||||
visual_bell_duration 0.0
|
||||
window_alert_on_bell no
|
||||
command_on_bell none
|
||||
bell_on_tab no
|
||||
|
||||
# Scrollback (History)
|
||||
scrollback_lines 500
|
||||
|
|
@ -70,7 +70,9 @@ map ctrl+shift+v paste_from_clipboard
|
|||
map shift+insert paste_from_selection
|
||||
map ctrl+shift+u kitten unicode_input
|
||||
map shift+up scroll_line_up
|
||||
map alt+k scroll_line_up
|
||||
map shift+down scroll_line_down
|
||||
map alt+j scroll_line_down
|
||||
map shift+page_up scroll_page_up
|
||||
map shift+page_down scroll_page_down
|
||||
map shift+home scroll_home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue