hide window tile for chrome
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
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
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...
~/.i3/config:for_window [class="Chromium"] border none
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
Asked: 2013-03-02 16:38:36 +0000
Seen: 3,594 times
Last updated: Mar 05 '13