Skip to content
Discussion options

You must be logged in to vote

I don't think so. In wayland, we can't 1) tell the compositor where to place the window, and 2) (I think) we can't even create multiple windows using the same framebuffer (to show same content), without internally copying the content into multiple framebuffers. This all boils down to current design of Wayland. Lastly, conky is not designed to output to multiple windows - adding something like that would require reworking a lot of code in addition to (2). So an external script like yours is the best possible approach atm.

As for opening new window when a monitor is connected - you can use swaymsg -t subscribe '["output"]' which will listen for new outputs. You can then pipe that into a fun…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Caellian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants