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

title and no border

asked Jul 20 '12

idavydov gravatar image

updated Jul 20 '12

Is there a way to make window have title but no border? The code:

new_window none

disables both the title and the border.

I need this to use scrollbar on the right. Another solution would be the option to disable border when it is the edge of the screen.

Comments

Also, with "new_window none" borders show anyhow when arranging multiple windows as tabs.

Atmoz gravatar imageAtmoz (Jul 20 '12)edit

2 answers

Sort by » oldest newest most voted
0

answered Mar 9 '14

Adaephon gravatar image

Since version 4.4 normal has variable border widths.

new_window normal 0 px

should do what you want.

0

answered Jul 20 '12

Michael gravatar image

updated Aug 5 '12

Nope, this is not possible.

The closest thing we have to that is the hide_edge_borders option available in the git version (and >= 4.3).

Question Tools

Stats

Asked: Jul 20 '12

Seen: 6,705 times

Last updated: Mar 09 '14