vimb icon indicating copy to clipboard operation
vimb copied to clipboard

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

Open ghost opened this issue 3 years ago • 2 comments

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

ghost avatar Jan 21 '22 18:01 ghost

@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'.

fanglingsu avatar Jan 28 '22 23:01 fanglingsu

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

stale[bot] avatar Apr 16 '22 09:04 stale[bot]