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

How to Show Only "vimb" as the Title Instead of the Website Title? #704

Open
ghost opened this issue Jan 21, 2022 · 2 comments
Open

How to Show Only "vimb" as the Title Instead of the Website Title? #704

ghost opened this issue Jan 21, 2022 · 2 comments
Labels

Comments

@ghost
Copy link

ghost commented Jan 21, 2022

I have the title of the tab shown using suckless's tabbed. So I want the title of the window to always be "vimb".

@fanglingsu
Copy link
Owner

fanglingsu commented Jan 28, 2022

@amarakon I think the easiert was would be to patch vimb. Not tested but removing the call to update_title() in

vimb/src/main.c

Lines 1036 to 1041 in abff254

static void set_title(Client *c, const char *title)
{
OVERWRITE_STRING(c->state.title, title);
update_title(c);
g_setenv("VIMB_TITLE", title ? title : "", TRUE);
}
should avoid vimb to update the title. But maybe you have to set the title somewhere else to 'vimb'.

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had activity within the last 60 days.

@stale stale bot added the stale label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant