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 Mar 2 '13

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

2 answers

Sort by » oldest newest most voted
0

answered Mar 3 '13

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

Comments

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

Mario Sandler gravatar imageMario Sandler (Mar 4 '13)edit
0

answered Mar 5 '13

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

Question Tools

Stats

Asked: Mar 2 '13

Seen: 3,594 times

Last updated: Mar 05 '13