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

show workdir in window title #77

Closed
olafhering opened this issue Apr 24, 2018 · 4 comments
Closed

show workdir in window title #77

olafhering opened this issue Apr 24, 2018 · 4 comments

Comments

@olafhering
Copy link

olafhering commented Apr 24, 2018

It would be cool if the window title is not just "QDirStat", but "QDirStat /dir".
That way it will be simpler to distinguish the individual running qdirstat instances.

@shundhammer
Copy link
Owner

I just did a simple patch (right now living in the huha-url-in-window-title branch https://github.com/shundhammer/qdirstat/tree/huha-url-in-window-title), but I found that I consider that annoying - too much clutter in the window title for my taste.

And I guess that many users will see it the same way, so this should be configurable. But such a config option would have to go to a "general" tab in the config dialog which right now doesn't exist; I had prepared for it, but it was just very few micellaneous seldom used options that would look very lost and unorganized. So I'll postpone this for now.

Until this happens, you could use that branch.

@olafhering
Copy link
Author

works for me. Perhaps it should only be added if a directory is passed as cmdline option.

@shundhammer
Copy link
Owner

It's now configurable and merged to master:

Enable it in ~/.config/QDirStat/QDirStat.conf:

[MainWindow]
...
UrlInWindowTitle=true

You might have to start the latest version of QDirStat with that commit once and close it again to make this option show up.

@shundhammer
Copy link
Owner

qdirstat-url-in-window-title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants