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 Insert google analytics at publish time 2019-03-07 12:07:49 +05:30
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 Document the comments syntax for config files 2019-03-28 08:08:21 +05:30
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 Use context managers to open files 2019-08-01 13:21:26 -05:00
installer.sh Start work on an installer 2018-06-01 10:31:52 +05:30
integrations.rst Add another couple of integrations 2021-01-14 06:36:18 +05:30
invocation.rst Use program directives to namespace options 2018-05-30 15:32:50 +05:30
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 Dont assume sphinx-build is a python script 2019-04-24 15:12:36 +05:30
marks.rst Improve create_marker docs 2020-01-29 14:41:01 +05:30
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 Get rid of the various different launchers 2019-06-24 17:21:30 +05:30
pipe.rst Deprecate pipe in favor of launch 2019-11-13 16:08:48 +05:30
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 Add a one-time support option 2018-06-08 22:17:07 +05:30
support.rst Add a one-time support option 2018-06-08 22:17:07 +05:30