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

Prevent apps from automatically starting as floating but keep size

asked 2015-08-03 17:34:01 +0000

evgenymagata gravatar image

I installed i3 as the window manager on my RPi running Arch ARM Linux. The device i am trying to set up is serving a specific purpose, which is audio level monitoring. I am running into several problems while doing this, specifically because a lot of the tools i want to use are starting itself as a floating window somewhere on the screen. If i force them to a tiling window, they don't scale with the window but use the space they always did, and leave the rest of the window unused. Really, i dont care if they are floating or not, i was thinking that a tiling WM would help me simplify setting up the desktop but really, it does not so far.

So my question: is it possible to start an app in a tiling window BUT with the size the app originally would have opened as a floating window? i know that i can force a floating window by matching the title etc. but that seems rather complicated to me, since the WM should know the size the app needs to start in already.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-08-03 18:19:21 +0000

Airblader gravatar image

No, as this would make no sense in most cases. Consider an empty workspace. If an app opened tiling, but with the geometry it wanted originally, the screen would be mostly empty. This violates the concept of i3 tiling.

Also note that the spec explicitly states that all clients must deal with a window manager changing the geometry in any way. Any application misbehaving is violating the specification which should be filed as a bug.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-08-03 17:34:01 +0000

Seen: 218 times

Last updated: Aug 03