this repo has no description
at main 41 lines 741 B view raw
1# Font Configuration 2font_size 12.0 3opacity 0.75 4 5# Window Configuration 6window_padding_width 12 7background_opacity 0.75 8background_blur 32 9hide_window_decorations yes 10 11# Cursor Configuration 12cursor_shape block 13cursor_blink_interval 1 14 15# Scrollback 16scrollback_lines 3000 17 18# Terminal features 19copy_on_select yes 20strip_trailing_spaces smart 21 22# Key bindings for common actions 23map ctrl+shift+n new_window 24map ctrl+t new_tab 25map ctrl+plus change_font_size all +1.0 26map ctrl+minus change_font_size all -1.0 27map ctrl+0 change_font_size all 0 28 29# Tab configuration 30tab_bar_style powerline 31tab_bar_align left 32 33# Shell integration 34shell_integration enabled 35shell fish 36 37# Dank color generation 38include dank-tabs.conf 39 40# Matugen 41include dank-theme.conf