fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 99 forks source link

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

Open ghost opened 2 years ago

ghost commented 2 years ago

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 commented 2 years ago

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

stale[bot] commented 2 years ago

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