Set title to name of executable when using -e
#7870
Unanswered
ambroisie
asked this question in
Feature Requests, Ideas
Replies: 2 comments 3 replies
-
Should |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hmm, if we had a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR: running
ghostty -e htop
sets the title toGhostty
. I suggest that it should instead set it tohtop
.My motivating example is thus:
Terminal=true
, which opens it in myTERMINAL
.htop
and make them floating in the center of my screen.This used to work perfectly on Termite.
Nowadays, with Ghostty and its default shell integration, I instead have the following issue:
ghostty -e htop
sets the title toGhostty
htop
in my shell in Ghostty does set the title tohtop
(I assume because of the shell integration)I now end up with a floating window when I run
htop
on the CLI (which I do not want) and no floating window when I launch it through its desktop file (which is when I do want it floating).Beta Was this translation helpful? Give feedback.
All reactions