TIL Kitty terminal can show a dock panel on Linux desktops!
Draw a GPU accelerated dock panel on your desktop
You can use this kitten to draw a GPU accelerated panel on the edge of your screen or as the desktop wallpaper, that shows the output from an arbitrary terminal program. It is useful for showing st...kitty
tal
in reply to TheTwelveYearOld • • •On one hand,
kitty
is doing a very aggressive job of advancing the terminal world.kitty
also supports. Terminal software can render images ---mpv
can even (slowly) play movies in-terminal using said protocol.On the other hand, it's got some things that I don't like:
xterm
has a lot of cruft related to older protocols and features too, but at least that's pretty mature code...and it still has had a bit of a security history.urxvt
can run a daemon,urxvtd
.foot
just starts up quickly on its own. Kitty can dokitty -1
, which makes subsequent windows open quickly, but close all open terminal windows, and you're back to the window taking a noticeable amount of time to come up.I spent a while using it and then went back to
foot
. There's just very little that I actually want to do and would take advantage of thatfoot
can't do (though to be fair, I might make more use of the graphics protocol iftmux
supported it --- the closest one can get graphics-wise there is a non-mainlinetmux
fork with experimental Sixel support).If
tmux
supported the kitty graphics protocol and then someemacs
packages also added support --- a lot of those have the ability to use graphics, but will only do so in a non-terminal environment --- that could take me back tokitty
, though.Remove update notifications · Issue #2481 · kovidgoyal/kitty
GitHubL3ft_F13ld!
in reply to tal • • •tal
in reply to L3ft_F13ld! • • •urxvt
(for X11) orfoot
(for Wayland) ranked highly there.