kitty/docs
Kovid Goyal 5a2f2767ad
Fix window icon not working on X11 with 64bits
Apparently on X11 the maximum icon size is 128x128. 256x256 is too
large for the X11 protocol because the X server unserializes the icons
using "unsigned long" which is 64 bits on Linux. So we have to use
64bits per pixel instead of 32, with 32bits padded to 0.

While there I also got rid of the kitty.rgba file replacing it with a
128x128 PNG file.

Fixes #3260
2021-01-25 20:54:19 +05:30
..
_static Override the min-width for body from the alabaster theme 2020-11-22 09:14:17 +05:30
_templates
kittens Fix #3217 2021-01-06 22:31:09 +05:30
screenshots Docs for the remote file kitten 2020-09-15 18:16:45 +05:30
binary.rst Fix #2667 2020-05-20 07:05:35 +05:30
build.rst ... 2020-11-27 15:28:16 +05:30
changelog.rst Fix window icon not working on X11 with 64bits 2021-01-25 20:54:19 +05:30
conf.py Change blurb wording slightly 2021-01-12 20:01:44 +05:30
conf.rst
faq.rst Make aliasing ssh kitten more prominent 2020-12-24 13:56:17 +05:30
graphics-protocol.rst Add some text to the control reference 2021-01-23 13:44:10 +05:30
index.rst Document the framework for customizing URL open actions 2020-09-18 21:33:30 +05:30
installer.py
installer.sh
integrations.rst Add another couple of integrations 2021-01-14 06:36:18 +05:30
invocation.rst
keyboard-protocol.rst ... 2021-01-21 11:34:21 +05:30
launch.rst More sophisticated PATH resolution for the launch command 2020-12-29 11:51:17 +05:30
layouts.rst Fix #2688 2020-05-24 12:40:54 +05:30
Makefile
marks.rst
open_actions.rst Improving MIME type detection for some common file types when they are missing from the system MIME database 2020-10-25 13:42:11 +05:30
performance.rst
pipe.rst
protocol-extensions.rst Start documenting new keyboard protocol 2021-01-16 20:52:12 +05:30
rc_protocol.rst ... 2021-01-04 13:15:29 +05:30
remote-control.rst Make it more prominent when you dont need allow_remote_control 2020-12-07 16:24:54 +05:30
support.html
support.rst