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 2014-08-03 11:47:03 +0000

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?

edit retag flag offensive close merge delete

Comments

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

TonyC gravatar imageTonyC ( 2014-08-05 00:38:13 +0000 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2014-08-04 09:37:01 +0000

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
edit flag offensive delete link more

Comments

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

axper gravatar imageaxper ( 2014-08-04 16:45:38 +0000 )edit

Hmm, are you using the current version, 4.8?

Adaephon gravatar imageAdaephon ( 2014-08-05 13:10:53 +0000 )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 ( 2014-08-05 16:01:27 +0000 )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 ( 2014-08-05 19:18:08 +0000 )edit

Question Tools

1 follower

Stats

Asked: 2014-08-03 11:47:03 +0000

Seen: 341 times

Last updated: Aug 04 '14