vimb
vimb copied to clipboard
How to Show Only "vimb" as the Title Instead of the Website Title?
I have the title of the tab shown using suckless's tabbed. So I want the title of the window to always be "vimb".
@amarakon I think the easiert was would be to patch vimb. Not tested but removing the call to update_title() in https://github.com/fanglingsu/vimb/blob/abff254e142317e610fb91d7fed4c76d56f952c8/src/main.c#L1036-L1041 should avoid vimb to update the title. But maybe you have to set the title somewhere else to 'vimb'.
This issue has been automatically marked as stale because it has not had activity within the last 60 days.