Swayimg window size constrained to ~33% of screen when set as floating in Niri (4K monitor) #4361
Replies: 1 comment 2 replies
|
Can you replicate the issue on sway, gnome, and cosmic-comp |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When using Swayimg as a floating window in the Niri Wayland compositor, the window does not open at its intended size. Instead, it is consistently constrained to approximately 33% of the screen width, despite having set open-floating true in Niri without any explicit size restrictions. This occurs even when Swayimg's own configuration (e.g., on_image_change or swayimg.set_window_size) attempts to resize the window dynamically based on the image dimensions.
Environment:
Is there a recommended way for Swayimg to override this compositor-enforced size, or is this a limitation on the Niri side?
All reactions