this post was submitted on 29 Oct 2023
9 points (100.0% liked)

KDE

5074 readers
102 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

I want to start Konsole in Split View which is possible using the --layout command but then also run a command like htop in one of the sessions. How do I do that?

you are viewing a single comment's thread
view the rest of the comments
[–] mikazuki@lemmy.world 2 points 11 months ago

As for timing, one could use the flock function to ensure only one process starts. Something like this (untested): flock -n ~/.htop.lock -c htop