#FootTerminal

The Last Psion | Alexthelastpsion@oldbytes.space
2025-07-06

Decided to do some #Linux terminal hopping. (EDIT: Added Foot, Sakura and GPU metrics.)

This is my completely unscientific test: maximised window, tmux with a NeoVim session, paging quickly through some code. I wanted to see what the most CPU usage would be for these terminals. I'm testing on a Ryzen 7 7840U.

Why worry about CPU? Laptop users and low-power machine users will care about CPU usage. I'm trying to eke as much life out of my equipment as possible.

Tests

#Alacritty (with the Graphics patch)

Unfocussed: 0%
Focused: 0% (briefly 0.6% at initial focus)
Active: 6.4%
Active GPU: 3%

Notes: Just started using this. Line drawing seems better than Kitty to me. I think I slightly prefer the font rendering, too, although Alacritty will not render font ligatures. Has a Vi mode that I'm trying to get used do (although largely useless when using tmux).

Foot #FootTerminal

Unfocussed: 0%
Focused: 0%
Active: 15.6%
Active GPU: N/A (not even listed in nvtop)

Notes: Suggested by @oht. Simple, lightweight, no use of the GPU at all. Might not be enough to sway me from Kitty/Alacritty.

#Ghostty

Unfocussed: 0%
Focused: 0% (briefly 1.3% at initial focus, occasionally 0.6% blips)
Active: 19.1%
Active GPU: 6%

Notes: My guess is the reliance on libadwaita makes this more heavyweight. I'm pleased that there's now a "maximize" config option - setting the window size to big numbers never worked properly for me in KDE Plasma.

#Kitty

Unfocussed: 0%
Focused: 0%
Active: 7.6%
Active GPU: 4% (very briefly, mostly 3%)

Notes: Used most of the time recently, but many other OSes don't like being SSH'd into from it (I know you can set TERM, but the developer strongly discourages this). Its rendering of Nerd Font characters seems to be the best - for example, arrows have no pixel gaps at the top and bottom. I do like CTRL-SHIFT-G to search through the output of the last command (although largely useless when using tmux).

#Konsole

Unfocussed: 0%
Focussed: 0% (briefly 1.3% at initial focus)
Active: 31.2%
Active GPU: N/A (as reported by nvtop)

Notes: I like Konsole and have used it for years, but it's just too CPU hungry.

Sakura #sakuraterm

Unfoussed: 0%
Focussed: 0% (hits 1.3% at initial focus, occasionally 0.6% and 1.3% blips)
Active: 25.6%
Active GPU: N/A (not listed in nvtop)

Notes: Suggested by @scops. Unfortunately, it's one of the worst offenders. It's possible that the reliance on GTK is raising the CPU usage.

Final Thoughts

I've been using a combination of Kitty and Konsole for a while, depending on my needs. This has felt cumbersome and I've wanted to find a fix for a while.

I'm going to give Alacritty with the Graphics patch a go for now. I've bound Meta-Enter to a windowed terminal (was Konsole) and Meta-Shift-Enter to maximised (was Kitty).

I really want to like Ghostty, but I do think the focus on libadwaita adds a burden to a system that many people don't need, plus a skew towards GNOME users. Granted, it's still less CPU hungry than Konsole, but it doesn't feel like the lightweight terminal app that people claim it to be. I'm looking forward to libghostty being released to see if someone makes a non-libadwaita Ghostty.

Gene Pasquetetenil@toot.cat
2025-06-07

Realised that #alacritty is eating 250M of ram! Switched over to #FootTerminal and it's much more reasonable! I really like it, it's a super simple program too.

2025-04-25

Тыкаю #FootTerminal. Среди прочего обнаружил, что открытие по `Control+Shift+n` нового окна в текущей директории работает для оболочки, но не для nvim'а. До этого я использовал #KittyTerminal и постоянно открывал новую оболочку в текущей директории редактора. Там, видимо, используется какое-то [очень сильное колдунство](github.com/kovidgoyal/kitty/di), в то время как foot полагается на OSC-7, то есть предлагает приложениям самостоятельно сообщать об изменении директории.

Если вручную запустить в редакторе последовательность, то новое окно открывается в заданной директории. То есть, neovim просто не посылает подобных последовательностей терминалу. Что ж, исправим это (смотри вложение).

#nvim #neovim

```lua
vim.api.nvim_create_autocmd("DirChanged", {
  callback = function(event)
    io.stdout:write("\x1B]7;file://" .. vim.fn.hostname() .. event.file .. "\x1B\\")
  end,
})
```
Paul Wilde :dontpanic2: :smeghead: :archlinux: :freebsd:paul@notnull.space
2024-05-16

PSA: I may disagree with you on one thing, but that does not mean I won't agree with you on another
Please calm down, we can still be friends.
xx

#Rust #Wayland #Docker #Ubuntu #JavaScript #Windows #MacOS #footTerminal #KDE #Gnome #Sway #XFS #NotPuttingAltTextOnImages #ExcessiveUseOfHashTags #CallingHashtagsHashtags

clunybrown :fish_shell:clunybrown@fosstodon.org
2024-01-25

Related to #lf #FootTerminal #sixel and the last update on #chafa 1.14 for previewing pictures, vids, pdf :

github.com/hpjansson/chafa/iss

@JustineSmithies

Daniel Wayne Armstrongdwarmstrong@fosstodon.org
2024-01-07

One feature I've come to love in the `foot` terminal: press `ctrl+shift+o` to enter URL mode, where all currently visible URLs are tagged with a label using a letter key that will open the URL in Firefox.

codeberg.org/dnkl/foot

#FootTerminal #Wayland

clunybrown :fish_shell:clunybrown@fosstodon.org
2024-01-01

OK finally moved my #alacritty config to #toml

cmd alacritty migrate didn't work so I did it step by step with alacritty.org/config-alacritty

also every themes have switched those yaml configs to toml github.com/alacritty/alacritty

back to #FootTerminal ^^

R. L. Dane :debian: :openbsd:RL_Dane@fosstodon.org
2023-09-04

#10ThingsILoveRightNow

A) xaos (old fave linux prog., look it up)
9) #SwayWm (or #i3wm if wayland's not your thing yet)
8) #footTerminal
7) NeoVim (any *vi* is good, though)
6) #KDE #Plasma
5) FOSS OSes in general
4) #RollingRelease Linux distros
3) #DeGoogled #Android (#CalyxOS is my preferred flavor, but many of them are excellent)
2) @tut
1) ἐν αὐτῷ ζωὴ ἦν καὶ ἡ ζωὴ ἦν τὸ φῶς τῶν ἀνθρώπων

Coffee (Team CW)Coffee@toot.cafe
2022-03-05

> But Coffee, what on earth are #Sixel graphics?

👉 Did you know?

You can display actual #bitmap #images on the actual #console in selected #terminal emulators.

Terminals which support this include #MLTerm, #FootTerminal and #XTerm (after configuration). Support in #GnomeTerminal and other #VTE-based terminals is underway.

More info:
* codeberg.org/coffee/sixel-expe
* open.source.coffee/sixel-graph
* other posts in this thread

👇

Screenshot of xterm with the command "img2sixel cyrus_vail1.jpg", followed by a graphic meme featuring Cyvus Vail, the powerful demon warlock from Buffy the Vampire Slayer, with caption "Now, then, let me show you what a *real* Xterm can do."

@dnkl How to make all fonts bold on foot terminal? #foot #wayland #TerminalEmulator #FootTerminal

2021-05-11

@codeberg *real* window "urgency" in #FootTerminal, now that native support for it finally is coming to Wayland.

codeberg.org/dnkl/foot

2021-05-08

Any #FootTerminal users out there running it under KDE/Plasma?

Looking for testers of a performance improving PR: codeberg.org/dnkl/foot/pulls/4

The task would be to verify that a) it actually works (i.e. no rendering glitches, at least no more than usual 😂 ), and b) it improves performance.

2021-05-07

Just merged: codeberg.org/dnkl/foot/pulls/4

Improved 'bell' configuration in #FootTerminal. Most importantly, the ability to execute a custom command, regardless of whether the window is focused or not.

And once codeberg.org/dnkl/foot/issues/ has been implemented, things will look really good :)

2021-04-18

It's that time again... for another #FootTerminal release!

1.7.2 is out 🎉

* pywal no longer turns foot windows transparent
* change selection fg/bg at runtime (used by e.g. pywal)
* fixed regression in the escapes sent for certain key combinations
* new value, 'palette-based', for the bold-text-in-bright option.
* underline cursor is now visible on underlined text
* new option: box-drawings-uses-font-glyphs=yes|no

codeberg.org/dnkl/foot/release

#wayland #Terminal #TerminalEmulator

2021-04-10

Don't like the new line- and box drawing characters in #FootTerminal 1.7?

The next release will have an option to revert to the old behavior, where font glyphs are used instead.

codeberg.org/dnkl/foot/pulls/4

2021-03-30

Fun with sixel and git commit messages: twitter.com/12Me21_/status/137

Beware! This *will* crash (on the second run) #FootTerminal , unless you run a build that has codeberg.org/dnkl/foot/commit/ (latest git HEAD at the moment).

2021-03-20

#FootTerminal 1.7.0 is out 🎉

The big new thing is URLs - both auto detected and OSC-8 based URLs.

Another pretty big thing is that foot now renders box drawing characters itself, instead of using font glyphs.

We've also added support for transparent sixels, improved double- and triple-click selection, and more :)

codeberg.org/dnkl/foot/release

#wayland #Terminal #TerminalEmulator #Sixel

2021-02-16

codeberg.org/dnkl/foot/pulls/3 continues the work of URLs in #FootTerminal. This time, adding support for OSC-8. OSC-8 is an escape sequence that allows an appliation to emit HTML anchor style URLs.

This is very different from auto-detect URLs where the terminal does pattern matching and highlights what it thinks *look* like URLs. With OSC-8, there's no more guessing.

1/3

2021-02-12

Last patch release of #FootTerminal in the 1.6.x series? Who knows... but 1.6.4 is out!

codeberg.org/dnkl/foot/release

#wayland #TerminalEmulator #terminal

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst