69 lines
1.2 KiB
Plaintext
69 lines
1.2 KiB
Plaintext
|
include colors.conf
|
||
|
include fonts.conf
|
||
|
|
||
|
include keys.conf
|
||
|
|
||
|
# Cursor
|
||
|
cursor_shape block
|
||
|
cursor_blink_interval -1
|
||
|
cursor_stop_blinking_after 15.0
|
||
|
|
||
|
# Scrollback
|
||
|
scrollback_lines 10000
|
||
|
scrollback_pager /usr/bin/less
|
||
|
wheel_scroll_multiplier 5.0
|
||
|
|
||
|
# URLs
|
||
|
url_style double
|
||
|
open_url_modifier ctrl+shift
|
||
|
open_url_with default
|
||
|
copy_on_select yes
|
||
|
|
||
|
# Selection
|
||
|
rectangle_select_modifiers ctrl+shift
|
||
|
select_by_word_characters :@-./_~?&=%+#
|
||
|
|
||
|
# Mouse
|
||
|
click_interval 0.5
|
||
|
mouse_hide_wait 0
|
||
|
focus_follows_mouse no
|
||
|
|
||
|
# Performance
|
||
|
repaint_delay 20
|
||
|
input_delay 2
|
||
|
sync_to_monitor no
|
||
|
|
||
|
# Bell
|
||
|
visual_bell_duration 0.0
|
||
|
enable_audio_bell no
|
||
|
bell_on_tab no
|
||
|
|
||
|
# Window
|
||
|
remember_window_size no
|
||
|
initial_window_width 1000
|
||
|
initial_window_height 500
|
||
|
window_border_width 0
|
||
|
window_margin_width 8
|
||
|
window_padding_width 8
|
||
|
inactive_text_alpha 1.0
|
||
|
background_opacity 0.7
|
||
|
placement_strategy center
|
||
|
hide_window_decorations yes
|
||
|
|
||
|
# Layouts
|
||
|
enabled_layouts splits,tall
|
||
|
|
||
|
# Tabs
|
||
|
tab_bar_edge bottom
|
||
|
tab_bar_style powerline
|
||
|
tab_bar_margin_width 0.0
|
||
|
tab_separator " ┇ "
|
||
|
active_tab_font_style bold
|
||
|
inactive_tab_font_style normal
|
||
|
|
||
|
# Shell
|
||
|
#shell fish
|
||
|
close_on_child_death yes
|
||
|
allow_remote_control yes
|
||
|
term xterm-kitty
|