kitty.conf 503 B

1234567891011
  1. font_size 20.0
  2. # > [...] used only for browsing the scrollback buffer (in MB). [...]
  3. # > The current implementation stores one character in 4 bytes,
  4. # > so approximatively 2500 lines per megabyte at 100 chars per line.
  5. # https://sw.kovidgoyal.net/kitty/conf.html#opt-kitty.scrollback_pager_history_size
  6. # https://sw.kovidgoyal.net/kitty/conf.html#shortcut-kitty.Browse-scrollback-buffer-in-less
  7. scrollback_pager_history_size 16
  8. # red border in i3 (termite's `urgent_on_bell`)
  9. window_alert_on_bell yes