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 2012-07-20 10:07:20 +0000

idavydov gravatar image

updated 2012-07-20 10:08:03 +0000

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.

edit retag flag offensive close merge delete

Comments

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

Atmoz gravatar imageAtmoz ( 2012-07-20 14:19:35 +0000 )edit

2 answers

Sort by ยป oldest newest most voted
0

answered 2014-03-09 19:38:32 +0000

Adaephon gravatar image

Since version 4.4 normal has variable border widths.

new_window normal 0 px

should do what you want.

edit flag offensive delete link more
0

answered 2012-07-20 15:35:49 +0000

Michael gravatar image

updated 2012-08-05 19:00:50 +0000

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

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-07-20 10:07:20 +0000

Seen: 6,705 times

Last updated: Mar 09 '14