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

How to set "new_window pixel" only for non-float windows?

asked Aug 3 '14

axper gravatar image

I want floating windows to have a title bar and non-floating windows to not have a title bar.

Here's my relevant config:

hide_edge_borders both
new_window pixel
new_float normal 2

However whatever I do, setting new_window affects both floating and non-floating windows.

Is it possible to change this behaviour?

Comments

I'm pretty sure this one is fixed in the development version.

TonyC gravatar imageTonyC (Aug 5 '14)edit

1 answer

Sort by » oldest newest most voted
0

answered Aug 4 '14

Adaephon gravatar image

There seems to be a slight problem when using 1pixel or pixel without explicit size.

It seems to work, if the size is explicitly set:

new_window pixel 1
new_window normal 2

Comments

Nope, still the same with `new_window pixel 1`.

axper gravatar imageaxper (Aug 4 '14)edit

Hmm, are you using the current version, 4.8?

Adaephon gravatar imageAdaephon (Aug 5 '14)edit

@Adaephon Yes, 4.8 (2014-06-15) on Arch. Here's my full config: https://github.com/axper/config-home/blob/master/.i3/config

axper gravatar imageaxper (Aug 5 '14)edit

Very strange: On my Arch I seem to have the same problem, whereas it seemed to work fine on the Ubuntu machine I used for the previous tests. I'll have to check on the Ubuntu again, but I think, a bug report is in order…

Adaephon gravatar imageAdaephon (Aug 5 '14)edit

Question Tools

1 follower

Stats

Asked: Aug 3 '14

Seen: 341 times

Last updated: Aug 04 '14