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

Remember the titles of each tab #129

Open
arteze opened this issue Dec 13, 2024 · 0 comments
Open

Remember the titles of each tab #129

arteze opened this issue Dec 13, 2024 · 0 comments

Comments

@arteze
Copy link

arteze commented Dec 13, 2024

I made a script that changes the tab title, but if I change the tab and go back to the tab, it changes to the original title that it had before.

I want the titles to work correctly, or to have a command available to me that changes the titles and keeps them different for each tab.

I also want that if I change a title in the script window, it also changes in the tab.

xdotool getactivewindow set_window --name "$@"
PS1="$PS1\[\e];$@\a\]"

I also have the problem that I have to run these commands from a script, but if I run them directly in the terminal, the title set in PS1 if I change the tab and come back, stays static, and then it is impossible to change it.

In short... I want there to be some command so that I can have each title in a window and tab and that they are different even when changing tabs.

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