this post was submitted on 28 Sep 2023
90 points (98.9% liked)

Linux

48721 readers
2542 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

This one is pretty cool for quick navigation. :)

you are viewing a single comment's thread
view the rest of the comments
[–] aleq 3 points 1 year ago (2 children)

Anyone know if I can get the highres image previews in foot? I think I saw something about foot supporting the kitty graphics protocol, but I can't get it to work. If I start it like normal I get low res previews, if I start it with TERM=kitty I get no previews.

[–] [email protected] 2 points 1 year ago (1 children)

What is your TERM when you start foot normally? I have noticed that chafa is able to output pixel perfect images if TERM=foot, but not otherwise

[–] aleq 1 points 1 year ago

That's a promising idea, apparently my $TERM is not foot but xterm-256color by default. However starting with TERM=foot br or TERM=foot broot doesn't seem to enable high res previews. :(