Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger an event when a floating window changes its size or position. #3778

Open
crocket opened this issue Aug 24, 2019 · 3 comments
Open

Trigger an event when a floating window changes its size or position. #3778

crocket opened this issue Aug 24, 2019 · 3 comments

Comments

@crocket
Copy link

crocket commented Aug 24, 2019

I used i3 IPC to observe window events.
I opened a floating window, moved it, and resized it.
When I moved or resized it, no window event was triggered.

To be able to center it on my screen whenever it changes its size or position, a window event needs to be triggered.

Resize event would be appropriate since floating windows usually resize themselves.
I don't know whether move event should be triggered when a floating window changes its position.

@i3bot
Copy link

i3bot commented Aug 24, 2019

I don’t see a link to logs.i3wm.org. Did you follow https://i3wm.org/docs/debugging.html? (In case you actually provided a link to a logfile, please ignore me.)

@i3bot i3bot added the missing-log Read the CONTRIBUTING.md file for instructions label Aug 24, 2019
@i3bot
Copy link

i3bot commented Aug 24, 2019

I don’t see a version number. Could you please copy & paste the output of i3 --version into this issue?

@crocket
Copy link
Author

crocket commented Aug 27, 2019

export SDL_VIDEO_CENTERED=1 in ~/.profile centers any SDL window such as dosbox when it enters floating mode.

@stapelberg stapelberg added enhancement and removed missing-log Read the CONTRIBUTING.md file for instructions missing-version labels Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants