Disable titlebar for Chrome and Chromium browsers
Given that Google Chrome and Chromium come with their own equivalents of titlebars, how do I disable i3's titlebars. I want to minimize vertical space usage.
add a comment
Given that Google Chrome and Chromium come with their own equivalents of titlebars, how do I disable i3's titlebars. I want to minimize vertical space usage.
You can tell chromium to not provide its own title bar:
Settings → Appearance → Use system title bar and borders
To actually answer your question, use a for_window
statement. See http://i3wm.org/docs/userguide.html#arbitrarycommandsforspecificwindowsfor_window
I use:
for_window [class="^Chrome$" title=" - Chromium$"] border none
Asked: 2012-07-09 08:41:35 +0000
Seen: 9,151 times
Last updated: Jul 09 '12