KDE - hpaluch/hpaluch.github.io GitHub Wiki
KDE tips
Konsole
Setting title to full running command:
- by default title will show only working directory and command name without arguments
- to be able to see details of running command you have to partially follow https://stackoverflow.com/questions/19897787/change-konsole-tab-title-from-command-line-and-make-it-persistent
- open Configure Konsole -> Settings -> Profile (select your profile)
- enter Tabs
- replace
%n
(program name) with%w
- "Windows title set by shell"
If modified profile is active you should see that effect immediatelly.