Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KDE / KRunner / Latte Dock term Value #67

Closed
cheyngoodman opened this issue Dec 7, 2021 · 0 comments
Closed

KDE / KRunner / Latte Dock term Value #67

cheyngoodman opened this issue Dec 7, 2021 · 0 comments

Comments

@cheyngoodman
Copy link
Contributor

When launching Konsole or other terminals from KRunner or Latte Dock in KDE, the term value includes the launcher name along with the terminal name.

Some example cases are:

  • Launch konsole from latte dock: term ~ latte-dock---konsole
  • Launch konsole from krunner: term ~ krunner---konsole
  • Launch Cool Retro Term from krunner: term ~ krunner---cool-retro-term

Is there a possible alternative to to this command for term value?: pstree -sA $$ | head -n1 | sed "s/head//g;s/sysfetch//g;$init_strip;$dewm_strip;$shell_strip;s/^-*//;s/+//;s/-*$//"

Should this include a strip variable / regex for stripping KDE launchers?

In contrast to neofetch:

  • Launch konsole from latte dock: Terminal: konsole
  • Launch konsole from krunner: Terminal: konsole
wick3dr0se added a commit that referenced this issue Dec 8, 2021
Fix #67 / Strip launcher string from terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant