The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

hide window tile for chrome

asked 2013-03-02 16:38:36 +0000

thuswa gravatar image

Google chrome sort of comes with it's own window title. Is there a way to hide i3 own window title by default for this application?

TIA

Albert

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2013-03-03 02:23:26 +0000

Today I've managed such problem by enabling "Use system title bar and borders" in Appearance section of chrome://chrome/settings/

This will turn off Chrome's title-bar so only tabs will left.

Right now I'm going to disable i3 title bars...

edit flag offensive delete link more

Comments

~/.i3/config:for_window [class="Chromium"] border none

Mario Sandler gravatar imageMario Sandler ( 2013-03-04 00:44:06 +0000 )edit
0

answered 2013-03-05 15:21:52 +0000

MeanEYE gravatar image

For Google Chrome you add this to your config:

for_window [class="Google-chrome" title="Google Chrome"] border none

If you are using Chromium, replace Google-chrome with Chromium. I also like assigning browsers to my second workspace with the following:

assign [class="Google-chrome" window_role="browser"] 2: Web
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-02 16:38:36 +0000

Seen: 3,594 times

Last updated: Mar 05 '13