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

Disable titlebar for Chrome and Chromium browsers

asked 2012-07-09 08:41:35 +0000

prash gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
3

answered 2012-07-09 13:03:41 +0000

Michael gravatar image

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_windowstatement. See http://i3wm.org/docs/userguide.html#arbitrarycommandsforspecificwindowsfor_window

I use:

for_window [class="^Chrome$" title=" - Chromium$"] border none
edit flag offensive delete link more

Comments

The update in Settings worked just fine for me!

bruno.braga gravatar imagebruno.braga ( 2012-07-12 01:15:06 +0000 )edit

Question Tools

1 follower

Stats

Asked: 2012-07-09 08:41:35 +0000

Seen: 9,151 times

Last updated: Jul 09 '12