blob: 6ccf6b931d06a655500d1242db8a1a5a54ed5eda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
kitty (fast, featureful, GPU-based terminal emulator)
kitty is a terminal emulator for X11 and Wayland [1], which offloads
the rendering to the GPU [2] and supports modern terminal features. It
also supports tiling multiple terminal windows without using an extra
program like screen or tmux.
[1] For Wayland support, it may be necessary to add the following
line to ~/.config/kitty/kitty.conf:
linux_display_server wayland
[2] Requires hardware-accelerated OpenGL support.
This is a repackage of the binaries distributed by upstream
|