

I don’t know how they picked the name for this new terminal, maybe it’s a reference.


I don’t know how they picked the name for this new terminal, maybe it’s a reference.


It is very good, and I am currently using it. I don’t like its dependencies on GTK stuff, the developer is a little picky about what to support, and I dislike the +options style. Other than that, 👍 .
Also great: Wezterm, Konsole, Rio. I’m excitedly following Rio’s development, which has a much smaller dependency list, and hopping back and forth between it and Ghostty/Wezterm. But it’s still got some things to iron out and features to develop.


It’s been a while, but my clumsy adding of a comment to the buffer is unnecessary, given zle -M, which will display a message outside of the buffer. So here’s an updated version:
# -- Run input if single line, otherwise insert newline --
# Key: enter
# Credit: https://programming.dev/comment/2479198
.zle_accept-except-multiline () {
if [[ $BUFFER != *$'\n'* ]] {
zle .accept-line
return
} else {
zle .self-insert-unmeta
zle -M 'Use alt+enter to submit this multiline input'
}
}
zle -N .zle_accept-except-multiline
bindkey '^M' .zle_accept-except-multiline # Enter
# -- Run input if multiline, otherwise insert newline --
# Key: alt+enter
# Credit: https://programming.dev/comment/2479198
.zle_accept-only-multiline () {
if [[ $BUFFER == *$'\n'* ]] {
zle .accept-line
} else {
zle .self-insert-unmeta
}
}
zle -N .zle_accept-only-multiline
bindkey '^[^M' .zle_accept-only-multiline # Enter


Ooh I haven’t seen this one. Anyone have a comment on this vs the KleverNotes project? I think that’s the name.
I searched and found the project. If you’re having the same issue described here, it’s been known for a few weeks and
will be fixed with the next release.
I don’t know SP or how its shortcuts work, but did you check if you already have those shortcuts assigned in plasma’s global shortcuts? The easiest way is to assign them to any plasma global shortcut and see if it tells you there’s a conflict.
If that’s not it, can you trigger those SP actions with an external command? Then you could do it through plasma global shortcuts.


If you want, you could use Telegram without your real phone number by either getting a virtual number from Google Voice or another service, or you could buy a Telegram-only number from their fragment site.


Konsole is my second favorite terminal app. Wezterm may be your holy grail.


It seems actively developed. Is your issue in the tracker?


Material Files?


Ah, well I love that policy (types being in code, not configs). FWIW I sometimes use it as a hand-edited document, with a small type-specifying file, to generate json/yaml/toml for other programs to load.


Ever tried NestedText? It’s like basic YAML but everything is a string (types are up to the code that ingests it), and you never ever need to escape a character.
The Wikipedia link you provide here for copyleft does not say that permissive licenses are a subset of copyleft licenses, but rather contrasts the two categories. For example, you can scroll down to the table at “Types and relation to other licenses,” where you can see MIT is not in the green Copyleft column.
If you check Wikipedia’s Copyleft software licenses category, you’ll see MIT is absent.
The Wikipedia link you provide for permissive states:
The Open Source Initiative defines a permissive software license as a "non-copyleft license . . .
No, I don’t. I don’t know the strict definition of copyleft, so I went to the source you indicated to get a better understanding. And the phrase I found there:
Unlike copyleft software licenses, the MIT License . . .
certainly indicates that the MIT License is not copyleft.
También: Siduction (derivada de Debian Sid), Alpine (Edge), Solus, Chimera Linux, OpenMandriva ROME, Gentoo/Funtoo/Exherbo, y otros en la familia de openSUSE (?).
I checked the wiki page you kind of linked, and the third sentence is:
Unlike copyleft software licenses, the MIT License also permits reuse within proprietary software, provided that all copies of the software or its substantial portions include a copy of the terms of the MIT License and also a copyright notice.
No unfortunately I haven’t tried Chimera yet, but its design is close to my ideal distro. I’d especially love to see its package repos fill up, but the selection is tight as it stands.
Just clarifying in case there’s a mix-up: Siduction is a desktop distro based on Debian Sid, not exactly the same distro. It’s my favorite take on Debian so far but honestly I always have something to grumble about in apt-world.
I just want to add that for Debian with a rolling, up-to-date experience, Siduction does that nicely.
What font is used in the “DEMAND A NEW NORMAL” banner?