diff options
author | B. Watson <yalhcru@gmail.com> | 2021-01-22 20:53:27 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-23 18:18:51 +0700 |
commit | d183a7b3f6237264941fe34594208ccfd3d4b2bf (patch) | |
tree | 7e01185720b0f02a5354531eaf9724ceafd858ef /system/kitty/README | |
parent | d81cdb9449b024bb4bcc206820cdf655cedd174a (diff) | |
download | slackbuilds-d183a7b3f6237264941fe34594208ccfd3d4b2bf.tar.gz |
system/kitty: Added (fast, featureful, GPU-based terminal emulator)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kitty/README')
-rw-r--r-- | system/kitty/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/kitty/README b/system/kitty/README new file mode 100644 index 0000000000..a4cb22c88e --- /dev/null +++ b/system/kitty/README @@ -0,0 +1,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, install wayland-protocols before building + kitty. It will be auto-detected. It may be necessary to add the + following line to ~/.config/kitty/kitty.conf: + + linux_display_server wayland + +[2] Requires hardware-accelerated OpenGL support. |