33 lines
536 B
Plaintext
33 lines
536 B
Plaintext
# --- General ---
|
|
term xterm-256color
|
|
|
|
include colors.conf
|
|
include fonts.conf
|
|
|
|
confirm_os_window_close 0
|
|
|
|
# --- Window ---
|
|
initial_window_width 120c
|
|
initial_window_height 30c
|
|
|
|
hide_window_decorations no
|
|
|
|
window_padding_width 0
|
|
|
|
# --- Cursor ---
|
|
shell_integration no-cursor
|
|
cursor_shape block
|
|
|
|
cursor_blink_interval 0.6
|
|
cursor_stop_blinking_after 0
|
|
cursor_blink_timeout 0
|
|
|
|
# Keep cursor solid when unfocused
|
|
cursor_shape_unfocused block
|
|
|
|
# --- Remote control ---
|
|
allow_remote_control no
|
|
|
|
# --- Keybindings ---
|
|
map f11 toggle_fullscreen
|